Top "Xmlslurper" questions

XMLSlurper is a Groovy class that makes parsing and working with XML simpler than with Java.

How to work around Groovy's XmlSlurper refusing to parse HTML due to DOCTYPE and DTD restrictions?

I'm trying to copy an element in an HTML coverage report, so the coverage totals appear at the top of …

html groovy xmlslurper
Groovy Node.depthFirst() returning a List of Nodes and Strings?

I'm hoping someone will just point out something obvious that I'm missing here. I feel like I've done this a …

xml groovy xml-parsing xmlnode xmlslurper
Iterate all children with a given name using GPathResult returned by XmlSlurper

I've parsed some html using XmlSlurper. Now I want to iterate all the children with a given element name. What …

groovy xmlslurper
Properly iterating through XML with namespaces in Groovy

I have the following xml code: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:…

groovy namespaces xml-parsing soapui xmlslurper
Groovy pretty print XmlSlurper output from HTML?

I am using several different versions to do this but all seem to result in this error: [Fatal Error] :1:171: The …

html groovy xmlslurper