Quote:
Originally Posted by jackie_w
You'd need to try it. I'm afraid XPath expressions are not my strong point
I think I've used this one in the past:
|
Yes that works.
I have also used something like this to match the heading class attribute when chapter heading used a tag other than an h*, e.g. a p tag.
Code:
//*[re:test(@class, "chapter|chapter1", "i")]
bernie