is there a JDOM like library?

Mark Brady kalath at lycos.com
Thu Aug 2 11:31:32 EDT 2001


"David" <david.perkinson at adtran.com> wrote in message news:<tmgvd9gdmbm26e at corp.supernews.com>...
> Is there a DOM/XML GPL'd library for Python that is as easy to use as JDOM?

See http://4suite.org/ 

4Suite inculdes XPath which is an extremely simple yet powerful way of
navigating through xml (JDOM is including XPATH soon and dom4j already
has it). If you haven't looked in to XPATH yet go to
http://www.zvon.org/xxl/XPathTutorial/General/examples.html

I just found it and it's exactly what I needed for xml (use dom4j from
dom4j.org in java if you want xpath). XPath is simple, powerful and
standardised as well.

Regards,
Mark Brady.



More information about the Python-list mailing list