Chapter 12. Processing XML
- IntroductionRecipe 12.1.
Checking XML Well-FormednessRecipe 12.2.
Counting Tags in a DocumentRecipe 12.3.
Extracting Text from an XML DocumentRecipe 12.4.
Autodetecting XML EncodingRecipe 12.5.
Converting an XML Document into a Tree of Python ObjectsRecipe 12.6.
Removing Whitespace-only Text Nodes from an XML DOM Node's SubtreeRecipe 12.7.
Parsing Microsoft Excel's XMLRecipe 12.8.
Validating XML DocumentsRecipe 12.9.
Filtering Elements and Attributes Belonging to a Given NamespaceRecipe 12.10.
Merging Continuous Text Events with a SAX FilterRecipe 12.11.
Using MSHTML to Parse XML or HTML