Forum Discussion
Bryan_Nahrwold
16 years agoContributor
Thanks for the feedback. The string I am getting back is the content of the out tag. As a test of the recommendation I received, I tried:
log.info(activationNode = groovyUtils.getXmlHolder(''))
I get the same java.lang.NullPointerException.
I've also tried:
log.info(activationOut = holder.getNodeValue( "//out//activation[1]/@id" ))
but it returns null
I'm just don't know how to extract this information.
log.info(activationNode = groovyUtils.getXmlHolder('
I get the same java.lang.NullPointerException.
I've also tried:
log.info(activationOut = holder.getNodeValue( "//out//activation[1]/@id" ))
but it returns null
I'm just don't know how to extract this information.