ElementTree Text Helper

ElementTree Text Helper

ElementTree Text Helper Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 377
  • Released: Mar 2, 2007

ElementTree Text Helper Description

This script solves the "tail-problem" for prose-oriented XML. It recursively pulls text out of elements and their sub-elements and extracts text from DocBook, XMHTL, and other nested XML markup.

ElementTree Text Helper Bookmark

Hyperlink code:
Hyperlink for Forum code:

ElementTree Text Helper Script Download Notice

Top 4 Download periodically updates information of ElementTree Text Helper script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. ElementTree Text Helper torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Align XML ElementTrees with original text

... formatting. This script determines the character offsets the XML elements should have had in the original document. ...
Python

A SAX filter for normalizing text events

SAX parser can report contiguous text using multiple characters events. This is often unexpected ... require complicated adjustments to SAX handlers. By inserting text_normalize_filter into the SAX handler chain all downstream parsers are ensured that all text nodes in the document Infoset are reported as a single ...
Python

Extract text from XML document

This script represents an alternative way of extracting text from a WF XML source. ...
Python

Remove whitespace from an XML DOM

... several conditions when deciding whether to include whitespace-only text nodes. This function ignores all of those conditions and removes all whitespace-only text descendants of the specified node. If the unlink flag is specified, the removed text nodes are unlinked so that their storage can ... reclaimed. If the specified node is a whitespace-only text node then it is left unmodified. ...
Python

XML Lexing

... to change a bunch of entity references or element names. Also, sometimes you have slightly incorrect XML that a traditional parser will choke on. In that case you want an XML lexer or "shallow parser". This script is a Python implementation. ...
Python