[XML-SIG] producing large XML files

Martin v. Loewis martin@v.loewis.de
19 Sep 2002 13:49:16 +0200


J=FCrgen Schmidt <scjuonline@web.de> writes:

> In the Project source code, I found a class called XmlWriter (within
> writer.py). But it isn't mentioned somewhere in the docs and I couldn't
> find any examples.
> Is this class maintained and will be developed further?

The class is complete, so no further development is necessary. It is
also quite trivial as well.

> Or is there a better solution (besides writing my own classes)?

I usually recommend to generate XML with print statements. Works like
a charm.

People will respond that one has to consider charsets and special
characters when doing so, which is true.

Regards,
Martin