XML as Dictionary

XML as Dictionary

XML as Dictionary Download Summary

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

XML as Dictionary Description

This script uses two simple classes to provide the mechanism for XML conversion.

XML as Dictionary Bookmark

Hyperlink code:
Hyperlink for Forum code:

XML as Dictionary Script Download Notice

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

xmlreader

... script reads an xml file into a python dictionary of dictionaries (repeated elements are read in as lists). It works with repeating elements without having to specify the multiple attribute. ...
Python

Simple XML serlializer de serializer

... The XML is converted to an equivalent Python dictionary first, which is marshaled to serialize it. De-serialization first unmarshals the dictionary from the file, and constructs the original XML. ...
Python

xml2obj

xml2obj is a generic script that allows you to convert xml into objects. ...
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

CS PHP XML

It allows you to read-in XML tags in an array format accessible via "paths". Modify existing XML. Create a proper XML string. All methods are used to programmatically read, modify, and/or create XML. ...