So I am working on a script that parse ODF's XML. I have no problem
running it on Python 2.4 (my system python). However I cant seem to
work it on Pyuno (OOo's Python).
The script uses saxutils from the sax module. I made a diff on both
modules and couldnt find much difference. I wonder if anyone here have
used python's sax module and if they are able to run the
'DefaultHandler' class from the saxutils library.
I have googled and found similar people with the problem. I found that
ContentHandler might be an alternative. I am also reading the
doucmentation however I can't see to find anything related with the
DefaultHandler. Maybe I am looking somewhere else, anywhere here is
the link to those modules:
PyUNO: http://www.python.org/doc/2.3.4/lib/module-xml.sax.html
Python2.4: http://www.python.org/doc/2.4.3/lib/module-xml.sax.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]