[XML-SIG] Python SMIL parser

Jonothan Farr jfarr@real.com
Fri, 5 Feb 1999 17:21:21 -0800


I have created a validating SMIL parser based on the Python 1.5.1 xmllib
library. I have also created a library called xmlvlib, which contains a
class called ValidatingXMLParser. SMILParser is derived from
ValidatingXMLParser, which is derived from xmllib.XMLParser.

The xmlvlib is very much a work in progress. It works well enough for the
SMIL DTD, and should work well enough for most applications. I also intend
to write a library to produce a validating parser derived class from a DTD.

SMIL parser:
http://www.speakeasy.org/~jfarr/xml/smillib.py

Validating XML parser:
http://www.speakeasy.org/~jfarr/xml/xmlvlib.py

Please direct any questions or comments to: jfarr@speakeasy.org

Thank you,
Jonothan Farr