This item used to discuss how to use XPath in 4Suite. It is now generalized to cover XPath processing in general for Python. for the former item, click here
There are several libraries that can be used for XPath processing in Python.
- Pyana is an "extension module that allows Python programs to interface with the Apache Software Foundation's Xalan XSLT transformation engine."
- The Python and bindings page for libxml have some examples of its XPath API
- Using Python and XML with Microsoft .NET My Services includes a few tidbits on XPath usage
- Section 7, XPath and XPointer from the Python/XML HOWTO
- Xml Matters #15: More On Xml In Python is a pretty dated article that touches on 4XPath
- PyXPath is an older package.
Comments
Re: XPath tools for Python
Respond to this comment
By Keith Beattie on 2003-05-19
Any chance the links here can be corrected?
Re: XPath tools for Python
Respond to this comment
By Torsten on 2003-05-27
Great Topic, can we (newbies) have some content ?
Re: XPath tools for Python
Respond to this comment
By Uche on 2003-06-21
I apologize for the bad link and the fact that this item was a placeholder for so long. I've fixed the link and added some content.
