In XSL is function like CONTAIN, that if i have number with simbol like “123112’+:” then doesn’t take it.
to be more precise:
<Number>111111</Number>
<Number>123123+</Number>
<Number>222222</Number>
<Number>222222+</Number>
answer:
111111
222222
I’m stuck with xslt 1.0 version
Another approach, exploiting number to boolean conversion.
With input:
Correct result:
Quoting the spec: