I'll forward your email to the users list.

On Sun, Aug 21, 2016 at 5:06 PM, GroovyBeginner
<groovybegin...@gmail.com> 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=[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.

Reply via email to