From: <bc...@wo...> - 2000-11-15 19:54:23
|
[James Bullard] [cc'ed to Lars Marius Garshol] >Hello, I am using Jpython for static Java and SQL generation from XML files. >I have used the JDOM API from Python directly, but I definitely would like >to see compliance with Python's standard XML library. Is anyone working on >that? I would like to get involved with the Jython project - does anyone see >compliance as valuable? There are some support for java xml parsers in the xml package in CPython2.0. Look at Lib/xml/sax/__init__.py for examples of this. In the CVS version from the XML-SIG there are even more support (in Lib/xml/dom/javadom.py and others). I have no no clue on how it all fits together or how much we can actually use. Which is why Lars is cc'ed, I hope he can shed some light on this topic. Questions to Lars: What do we need to support the xml package in jython? There seems to missing at least a sax drv_xxx for the common java sax libraries. What else? regards, finn |