I have an html page which I would like to run a xPath query against to find any elements which have the id, name etc containing or like a value e.g name = 'tv_11223344' or name = 'tv_11223344'.

Been looking on line and through some old books but I cant find anything which looks like it will help me out.

Any ideas or suggestions are greatfully looked forward to!

link|improve this question

60% accept rate
Are you sure your HTML page is also a valid XML document? – R0MANARMY May 22 '11 at 14:14
feedback

1 Answer

up vote 1 down vote accepted

In XPath 2.0 there is support for regular expressions.

Have a look at the standard function matches().

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.