my_xml

Easy to use parser for simple XML
Download

my_xml Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Publisher Name:
  • Erez Bibi
  • Publisher web site:
  • http://frontiernet.net

my_xml Tags


my_xml Description

Easy to use parser for simple XML my_xml is a help module to parse a simple XML buffer and store it as a read-only (mostly) dictionary-type object (MyXml). This dictionary can hold other dictionaries, nodes-lists, or leaf nodes. Access to the nodes is by using attributes.>>> xml = parse("< Foo >< Bar >Val< /Bar >< /Foo >")>>> xml.Foo.Bar == "Val"True>>> xml.Foo.Bar< Bar >Val< /Bar > Requirements: · Python


my_xml Related Software