Re: Python, XML and XPath

2008-12-17 Thread Diez B. Roggisch
Hole wrote: Hi all, I hope this is not an overasked question but I find myself quite confused about python xml management (I have to use python for a project and I come from java world, you know...where frameworks, libraries and tools to use are standard de iure or standard de facto).

Re: Python, XML and XPath

2008-12-17 Thread Hole
I need to use XML parsing with xpath: a simple xml reader. You can try lxml, have a look herehttp://codespeak.net/lxml/xpathxslt.html Thanks a lot to everyone! -- http://mail.python.org/mailman/listinfo/python-list

Re: Python, XML and XPath

2008-12-17 Thread Diez B. Roggisch
Diez B. Roggisch wrote: Hole wrote: Hi all, I hope this is not an overasked question but I find myself quite confused about python xml management (I have to use python for a project and I come from java world, you know...where frameworks, libraries and tools to use are standard de iure

Re: Python, XML and XPath

2008-12-17 Thread Enrico
Hole h0lefor...@gmail.com ha scritto nel messaggio news:daf5cd00-36dc-4ab4-976e-a6d859b52...@w24g2000prd.googlegroups.com... Hi all, I hope this is not an overasked question but I find myself quite confused about python xml management (I have to use python for a project and I come from java

Python, XML and XPath

2008-12-17 Thread Hole
Hi all, I hope this is not an overasked question but I find myself quite confused about python xml management (I have to use python for a project and I come from java world, you know...where frameworks, libraries and tools to use are standard de iure or standard de facto). I need to use XML