[XML-SIG] building XML docs using ?

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Mon, 14 May 2001 22:21:31 +0200


>   This would end up looking more like:
> 
>         writer = xml.sax.writer.XmlWriter(f)

That's a SAX1 class, right? The SAX2 class is
xml.sax.saxutils.XMLGenerator.

Regards,
Martin