Re: xpath and current python xml libraries

2007-12-13 Thread TreeStages
On Dec 10, 8:03 pm, [EMAIL PROTECTED] wrote: > PyXML seems to be long gone. Is lxml the way to go if i want to have > xpath supported? In our XML Tree Editor XEntrant we use 4Suite XML package, you can try the XPath functionality in this tool: http://www.treestages.com/ -- http://mail.python.org/

Re: xpath and current python xml libraries

2007-12-11 Thread Dmitri Fedoruk
On Dec 11, 4:03 am, [EMAIL PROTECTED] wrote: > PyXML seems to be long gone. Is lxml the way to go if i want to have > xpath supported? Of course. Lxml proved itself as a very convenient xml & xslt processing tool. Dmitri -- http://mail.python.org/mailman/listinfo/python-list

Re: xpath and current python xml libraries

2007-12-11 Thread anand nalya
Is there a package that supports XSLT 2? On 11/12/2007, Paul Boddie <[EMAIL PROTECTED]> wrote: > > On Dec 11, 2:03 am, [EMAIL PROTECTED] wrote: > > PyXML seems to be long gone. Is lxml the way to go if i want to have > > xpath supported? > > The libxml2dom package (which I maintain) also supports

Re: xpath and current python xml libraries

2007-12-11 Thread Paul Boddie
On Dec 11, 2:03 am, [EMAIL PROTECTED] wrote: > PyXML seems to be long gone. Is lxml the way to go if i want to have > xpath supported? The libxml2dom package (which I maintain) also supports XPath and is also based on libxml2. If you want to migrate code from using PyXML without too much effort, i

xpath and current python xml libraries

2007-12-10 Thread sndive
PyXML seems to be long gone. Is lxml the way to go if i want to have xpath supported? -- http://mail.python.org/mailman/listinfo/python-list