Re: [DOC-SIG] Re: What does this mean for Python?
Okay, I'll put my fingers where my mouth is: I'm creating a Python interface to xmltok. Expect (untested) code later today.
I've put the module (plus the XMLTok sources it needs, plus a very tiny test program) in ftp://ftp.cwi.nl/pub/jack/pyxmltop.tar.gz . So far the only test I've done is to parse the Hamlet document, which it does in 2 seconds on my O2. I think I've exported all the XMLTok functionality we need, let me know if this isn't so. If someone else is willing to put a SAX wrapper around this: be my guest. I don't really have more time to spend on this at the moment (but I thought that creating this module will at least allow me to be vocal in further discussions:-). -- Jack Jansen | ++++ stop the execution of Mumia Abu-Jamal ++++ Jack.Jansen@cwi.nl | ++++ if you agree copy these lines to your sig ++++ http://www.cwi.nl/~jack | see http://www.xs4all.nl/~tank/spg-l/sigaction.htm _______________ DOC-SIG - SIG for the Python Documentation Project send messages to: doc-sig@python.org administrivia to: doc-sig-request@python.org _______________
At 15:11 13.03.98 +0100, Jack Jansen wrote:
I've put the module (plus the XMLTok sources it needs, plus a very tiny test program) in ftp://ftp.cwi.nl/pub/jack/pyxmltop.tar.gz . So far the only test I've done is to parse the Hamlet document, which it does in 2 seconds on my O2. I think I've exported all the XMLTok functionality we need, let me
know if
this isn't so.
Great! I'll look at it when I get home.
If someone else is willing to put a SAX wrapper around this: be my guest.
This is my cue, isn't it? :) I'll do it, if I can manage to compile it and make it work with Python. Actually, I can do it anyway, but I may not be able to test it properly. --Lars M. _______________ DOC-SIG - SIG for the Python Documentation Project send messages to: doc-sig@python.org administrivia to: doc-sig-request@python.org _______________
participants (2)
-
Jack Jansen -
Lars Marius Garshol