XML and Python Tutorial
I won’t be going in the gory syntax of XML, Schemas and DTDs This is not a Python tutorial: ? I expect you to know the Python programming language ? I also expect that you have a good background in OO Design and Programming (Design Patterns…) The main focus will be on the tools provided by the Python Standard Library and the PyXML extensions, with some mentions of the 4Suite processing tools provided by FourThought, Inc. All the examples will use these tools. XML syntax in 2 minutes Prologue is optional Document Type Definition can be used to validate the document One root element Namespaces can be used to avoid name clashes Elements are properly nested Attributes must be quoted Data is stored in attribute values or in text nodes It’s possible to have mixed contents
Download XML and Python Tutorial.Pdf
November 13, 2009 | Posted by admin
Categories:
Tags: