Re: xpath pattern matching



In article <dm2ro2$c00$2@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
malc <malc@xxxxxxxx> wrote:
>How do I do pattern matching with xpath?
>
>Say I want to match
>
><b> It is cold <b/>

Presumably you really have </b>, not <b/>

>I have tried match="htm:b[contains(text(),'is')

And presumably you have the missing ] at the end, and b is in the htm
namespace.

Then it should work. You'll have to give a complete example if you want
anyone to investigate further.

-- Richard
.