Is it possible to serialize as a java string the content of one node and all
its descendants ?
For example, if I have the following node :
<toto class="titi">
<titi>bla bla</titi>
</toto>
I want to get the following string : "<toto class="titi">\n<titi>bla
bla</titi>\n</toto>"
Thanks.
Vincent Mahe
- Re: How to serialize recursively the content of ... MAHE Vincent FTRD/DIH/REN
- Re: How to serialize recursively the conten... Gary L Peskin
- Re: How to serialize recursively the co... James Melton
