jython lacks working xml processing modules?
Uche Ogbuji
uche at ogbuji.net
Sat Nov 22 21:59:15 EST 2003
"Diez B. Roggisch" <deets.nospam at web.de> wrote in message news:<bpksk3$1nt1ov$1 at ID-111250.news.uni-berlin.de>...
> Jane Austine wrote:
> > I'm trying to parse an xml file with jython (not through java parsers
> > like xerces).
> >
> > I tried minidom in jython 2.1 and 2.2a but all failed.
> >
> > What can I do? The last resort would be using java parsers. Then how
> > can I use them like python xml parsers? It seems like javadom and
> > javasax has something to do, but I don't know how.
>
> There is a really goog xml toolkit wich even covers xslt and some other
> fancy stuff. Its called 4suite, and you can get it here:
>
> http://www.4suite.org/
>
> One of the authors, Uche Ogbuji, has some tutorials on working with it
> on developerworks.
Thanks for the plug, but 4Suite has a lot of C code in it and is
probably not an option for use in Java without some porting work.
--
Uche
http://uche.ogbuji.net
More information about the Python-list
mailing list