M
malc
How do I do pattern matching with xpath?
Say I want to match
<b> It is cold <b/>
I have tried match="htm:b[contains(text(),'is')
But it doesn't seem to work. Can anyone help?
Say I want to match
<b> It is cold <b/>
I have tried match="htm:b[contains(text(),'is')
But it doesn't seem to work. Can anyone help?