Forum Discussion
M_McDonald
16 years agoSuper Contributor
Sorry, there is not node value for the activation nodes as they are empty (only attributes.)
Does this work for the IDs, for example?
Does this work for the IDs, for example?
def ids = groovyUtils.getXmlHolder("<out>" + activationOut + "</out>")
ids.getNodeValues("//activation/@id").each { id ->
log.info id
}