[XML-SIG] producing large XML files

Jürgen Schmidt scjuonline@web.de
Fri, 20 Sep 2002 09:16:42 +0200


>The mostly-equivalent SAX2 class is
>xml.sax.saxlib.XMLGenerator or xml.sax.saxlib.LexicalXMLGenerator
>(in your case, you need the LexicalXMLGenerator).

Thanks, I will use this class. (btw:
xml.sax.saxutils.LexicalXMLGenerator)

>Do you really need to output PIs and comments in your application, or
>was that just for testing purposes?

I intend to use PIs and comments would be nice, but don't know if I have
the time to put comments in the file ;-)

Regards,
Juergen