Using xml.xpath question.

Paul Boddie paul at boddie.net
Mon Jul 14 12:35:33 EDT 2003


bvelkur at yahoo.com (0wl) wrote in message news:<de5c7cc0.0307111230.7d83588 at posting.google.com>...
> Works like a charm!!!!! 
> 
> My Ignorance shines bright.... :-).

Or perhaps the documentation doesn't? ;-)

> Anywhere I can read about this stuff..

I think I picked up on this stuff by reading the W3C specification and
browsing the xml.xpath sources. You could do some investigation in
Python 2.2 by using the built-in help command; for example:

  help(xml.xpath)

And the specification for XPath 1.0 is found here:

  http://www.w3.org/TR/xpath

Perhaps a tutorial is in order.

Paul




More information about the Python-list mailing list