Ground Up Python/Xpath lessons

dieter dieter at handshake.de
Sun Aug 10 01:34:44 EDT 2014


mikemixonrei at gmail.com writes:

> I need a tutorial or lesson on Xpath syntax from the ground up.  I am totally confused on how to assemble an Xpath.  All the //a[wizardmojo]::stuffgoeshere is confusing as hell

"XPath" is a public standard. You can find its specification
at "http://www.w3.org/TR/xpath/". In my view, it is very well written;
you find there all relevant details. Of course, it is not a tutorial:
the information is very concise and assumes, that the reader copes
well with abstract descriptions.




More information about the Python-list mailing list