Xml.Sax.Saxutils.escape() reverse ?

Martin v. Löwis martin at v.loewis.de
Thu Nov 28 04:14:12 EST 2002


Graeme Longman <glongman at ilangua.com> writes:

> Does anyone know how to achieve the opposite of the escape method in
> Xml.Sax.Saxutils ?
> 
> I've managed to escape my data so that I don't get a 'not well-formed'
> error but I don't know to get my data back into it's original form after
> the xml has done it's stuff.

You should parse the XML file, using an XML parser.

Regards,
Martin



More information about the Python-list mailing list