This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mboedick
Recipients
Date 2002-09-23.15:47:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch adds an unescape() method to saxutils to
convert an xml-escaped string back to its original form

It also modifies the escape() method so that the core
escaping takes places after any additional escaping
passed in via the dictionary.  This will guarantee that
returned string is properly escaped for xml no matter
what is passed in via the dictionary.
History
Date User Action Args
2007-08-23 15:15:27adminlinkissue613256 messages
2007-08-23 15:15:27admincreate