Python XML
XML
XML eXtensible Markup Language XML
XML
XML
Python XML
XML DOM SAX XML
Python XMLSAXDOM ElementTree:
1.SAX (simple API for XML )
Python SAX SAX XMLXML
2.DOM(Document Object Model)
XML XML
3.ElementTree()
ElementTreeDOMAPI
DOMXMLSAXXMLhandler
XML movies.xml
movies.xml
<collection shelf="New Arrivals">
<movie title="Enemy Behind">
<type>War, Thriller</type>
<format>DVD</format>
<year>2003</year>
<rating>PG</rating>
<stars>10</stars>
<description>Talk about a US-Japan war</description>
</movie>
<movie title="Transformers">
<type>Anime, Science Fiction</type>
<format>DVD</format>
<year>1989</year>
<rating>R</rating>
<stars>8</stars>
<description>A schientific fiction</description>
</movie>
<movie title="Trigun">
<type>Anime, Action</type>
<format>DVD</format>
<episodes>4</episodes>
<rating>PG</rating>
<stars>10</stars>
<description>Vash the Stampede!</description>
</movie>
<movie title="Ishtar">
<type>Comedy</type>
<format>VHS</format>
<rating>PG</rating>
<stars>2</stars>
<description>Viewable boredom</description>
</movie>
</collection>
pythonSAXxml
SAX API
SAXXML:
XML
XML
| Web Proxy Viewer | New URL | Original Page |