Dear All:
I would like to get a Groovy NodeChild that represents, e.g., a body tag.
However, if I do
html=new XmlSlurper().parseText(blah)
I get html which is a NodeChild.
However html.body is a NodeChildren tag, and I can't seem to get a NodeChild.
Much help appreciated!
Thank you Misha