You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by MAHE Vincent FTRD/DIH/REN <vi...@rd.francetelecom.com> on 2002/03/27 15:53:47 UTC

How can I serialize my XML doc with an opening and closing tag

I would like to serialize my Document with Xalan but the problem is that if
the <toto></toto> element is empty, it serializes it as <toto/>.
 
How can I explicitly serialize my node as <toto></toto> ?
 

 Thanks.


Vincent