Convert Employee Node object to XML Groovy

2016-08-21 Thread GroovyBeginner
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,

Re: Convert Employee Node object to XML Groovy

2016-08-21 Thread Paul King
I'll forward your email to the users list. On Sun, Aug 21, 2016 at 5:06 PM, GroovyBeginner wrote: > I have Employee Node Object of class groovy.util.Node > > xml=Employees[attributes={}; value=[Employee[attributes={}; > value=[ID[attributes={}; value=[123]], Addresses[attributes={}; > value=[Add