Quote:
Originally Posted by p3aul
Jackie:
Now that one did the trick! Just what I was looking for.
|
Hurrah!
Quote:
Originally Posted by p3aul
Im curious though. In all the stuff I've read here, I thought the xpath thingy was just "//h2" not "//h:h2" Is there a reason for typing "//h:h2" and NOT "//h2"? Just curious..
|
Er... I have no real understanding of XPath, I have to let the GUI Wizard (the Harry Potter magic wand button) generate my XPath for me. If you select a heading tag it always puts the //h: in front of it. If you select a div tag it becomes //h:div I guess one would have to set to with an XPath manual to understand it fully.