Re: Ground Up Python/Xpath lessons

2014-08-09 Thread dieter
mikemixon...@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.or

Re: Ground Up Python/Xpath lessons

2014-08-09 Thread mikemixonrei
On Saturday, August 9, 2014 8:27:15 PM UTC-5, mikemi...@gmail.com wrote: > 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, and all the information I find, only tel

Re: Ground Up Python/Xpath lessons

2014-08-09 Thread John Gordon
In mikemixon...@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, and all the > information I find, only tells you very basic examples, I'm con

Ground Up Python/Xpath lessons

2014-08-09 Thread mikemixonrei
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, and all the information I find, only tells you very basic examples, they don't really teach you assuming you know noth