[forwarded from dev list, since it's not a dev question] Hi GroovyBeginner,
Try: new XmlNodePrinter().print(xml) Cheers, Paul. ---------- Forwarded message ---------- From: GroovyBeginner <[email protected]> Date: Sun, Aug 21, 2016 at 5:06 PM Subject: Convert Employee Node object to XML Groovy To: [email protected] I have Employee Node Object of class groovy.util.Node xml=Employees[attributes={}; value=[Employee[attributes={}; value=[ID[attributes={}; value=[123]], Addresses[attributes={}; value=[Address[attributes={}; value=[Country[attributes={}; value=[USA]], ZipCode[attributes={}; value=[40640]]]]]]]], Employee[attributes={}; value=[ID[attributes={}; value=[345]], Addresses[attributes={}; value=[Address[attributes={}; value=[Country[attributes={}; value=[CA]], ZipCode[attributes={}; value=[50640]]]]]]]]]] How to convert this object to XML with out using the serialize method in Groovy? -- View this message in context: http://groovy.329449.n5.nabble.com/Convert-Employee-Node-object-to-XML-Groovy-tp5734786.html Sent from the Groovy Dev mailing list archive at Nabble.com.
