Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Pythonic XML library with XPath support for Jython?

Reply
Thread Tools

Pythonic XML library with XPath support for Jython?

 
 
James
Guest
Posts: n/a
 
      12-11-2005
A couple of years ago there wasn't one and the recommendation was to
simply use Java libs. Have things changed since?

I see ElementTree promises one in the future but are there any out now?

Thanks.

 
Reply With Quote
 
 
 
 
Alan Kennedy
Guest
Posts: n/a
 
      12-12-2005
[James]
> A couple of years ago there wasn't one and the recommendation was to
> simply use Java libs. Have things changed since?


AFAIK, things haven't changed.

Things you might be interested to know

1. There is a module in PyXML, called javadom, that layers python
semantics on top of various Java DOM implementations.

2. I submitted a patch that extends that support to JAXP, although the
patch has not yet been folded into the main jython repo. I think I
really need to submit the patch to PyXML.

http://sourceforge.net/tracker/index...67&atid=312867

3. It should not be too complex to develop a binding for the excellent
Jaxen "universal xpath engine", which could provide PyXML compatible
xpath support under jython.

http://www.jaxen.org

> I see ElementTree promises one in the future but are there any out now?


Not yet, although I could be wrong.

--
alan kennedy
------------------------------------------------------
email alan: http://xhaus.com/contact/alan
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pythonic ORM with support for composite primary/foreign keys? Wolfgang Keller Python 5 11-09-2007 09:48 AM
Object Oriented vs Pythonic Code, and Pythonic standards Carl J. Van Arsdall Python 4 02-07-2006 10:15 PM
"Memory leak" in javax.xml.xpath.XPath Marvin_123456 Java 4 07-29-2005 03:49 PM
[ANN] Stylus Studio 6 Adds new Support for XSLT 2.0, XPath 2.0, XQuery,XML Schema, Legacy Data Integration and XML Mapping Stylus Studio XML 0 10-05-2004 06:17 PM
XML XPath support in J2SE 1.4.2? xarax Java 3 09-10-2004 09:11 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57