MarkupString

MarkupString Download Summary

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

MarkupString Description

This script contains a subclass of String that allows simple handling of simple XML markup. The goal here is to allow a slice of a python markup string to "do the right thing" and preserve formatting correctly. In other words, MarkupString(Hello World)[6:] = "World".

MarkupString Bookmark

Hyperlink code:
Hyperlink for Forum code:

MarkupString Script Download Notice

Top 4 Download periodically updates information of MarkupString 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. MarkupString 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!

CS PHP XML

... "paths". Modify existing XML. Create a proper XML string. All methods are used to programmatically read, modify, and/or create XML. ...

Align XML ElementTrees with original text

Often when a program adds some XML markup to a plain-text document, it doesn't retain the original whitespace formatting. This script determines the character offsets the XML elements should have had in the original document. ...
Python

Breaking large XML documents into chunks

... PyXML.The In parameters are the XML as a string, the tag name that you want to build the DOM around, and an optional postition to start at within the XML. It returns a DOM tree and the character position that it stopped at. ...
Python

XML Lexing

Sometimes you want to work more with the form of an XML document than with the structural information it contains. For instance if you wanted 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 ...
Python

ElementTree Text Helper

... text from DocBook, XMHTL, and other nested XML markup. ...
Python