I wonder - should:
Code:
<p><span>14</span></p>
not be found by:
Code:
//h:p/h:span[re:test(., '14', 'i')]
I mean ist a 14 inside a span inside a p, isn't it?
And I have not even started looking for 1 or 2 numeric digits instead of just a plain 14...
Martin