Vincent --
Since this is a pure XSLT question, you might want to ask this over on
the Mulberry XSL-List. They have a lot of folks over there and someone
might have done this before.
Gary
MAHE Vincent FTRD/DIH/REN wrote:
>
> 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