12.12. The Complete Source Code for the Pyxie Library

 CD-ROM reference=12028.txt #! /usr/bin/env python """ Pyxie Core XML processing library Version 0.5 XML Processing with Python Sean Mc Grath Introduction ____________ The Pyxie library provides facilities for processing XML. The library uses a simple notation to capture the information generated by XML parsers known as PYX. PYX is a line-oriented notation in which the first character serves to specify what type of parsing event the line represents: __________________________ First Parsing Character Event __________________________ ( Start-tag A Attribute ) End-tag _ Data ? Processing Instruction __________________________ Line ends and tabs occurring in data or attribute lines are escaped ...

Get XML Processing with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.