[XML-SIG] Re: Python SMIL parser

Jonothan Farr jfarr@real.com
Sat, 6 Feb 1999 16:52:19 -0800


>This is nice, but I hope you are aware that we already have validating
>parser written in Python: xmlproc.

Thanks for the info. I have already downloaded and tried the xmlproc parser.
I was looking for something simpler and easier to use. Originally, I just
wrote the smil parser based directly on the xmllib parser, but decided to
break out the xmlvlib as an exercise in code reuse. It was also a nice way
for me to learn more about xml.

--jfarr