Tagged Questions
2
votes
1answer
426 views
Can generic XML by parsed as nicely as simple XML in Groovy?
Given a nice, simple XML structure, XmlSlurper() can allow me to read values from it very easily.
def xml = "<html><head><title>groovy</title></head></html>"
def ...
0
votes
2answers
336 views
mkp.yieldUnescaped not working
I am really stuck here. I am creating an XML document with Groovy 1.7 and everything is working except one section is being escaped when it shouldn't.
I am starting out like this:
...