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 rhettinger
Recipients
Date 2006-11-24.10:00:41
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch has a implementation and example for a method to recursively extract prose from nested XML markup.  This improves the utility of ElementTree for documents where otherwise contiguous PCDATA are broken-up by inspersed tags (e.g. xhtml or docbook fragments).

See attached file or the ASPN recipe at http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/498286

History
Date User Action Args
2007-08-23 16:12:19adminlinkissue1602189 messages
2007-08-23 16:12:19admincreate