[XML-SIG] how to output xml from a python object

Martin v. Loewis martin@v.loewis.de
14 May 2002 20:56:02 +0200


paul@boddie.net writes:

> Well, it depends what they're trying to achieve, and I suppose I
> should familiarise myself with what the problem was again. I've
> worked on XML documents where literal HTML was required inside CDATA
> sections, and I'm sure the DOM would have worked just fine in
> producing those documents.

Perhaps, but in the specific case, you want to generate proper markup
from string fragments - the DOM does not help for that.

Regards,
Martin