P
pod69
Hello,
I have an Xpath expression:
//foo[translate(text(),"ABCDEFGHIJKLMNOPQRSTUVWXYZ","abcdefghijklmnopqrstuvwxyz")="'bla'"]
Here i check if i can find bla in a foo tag - and its case
insensitive. If i use this expression I get warnings (failures?):
Unrecognized escape \Q passed through at (eval 4) line 1.
Unrecognized escape \E passed through at (eval 4) line 1.
Unrecognized escape \Q passed through at (eval 4) line 1.
Unrecognized escape \E passed through at (eval 4) line 1.
and I dont know what they mean?
if i check without the case sensitive test it works fine?
Does anyone know how to get rid of that warnings?
thx pod69
I have an Xpath expression:
//foo[translate(text(),"ABCDEFGHIJKLMNOPQRSTUVWXYZ","abcdefghijklmnopqrstuvwxyz")="'bla'"]
Here i check if i can find bla in a foo tag - and its case
insensitive. If i use this expression I get warnings (failures?):
Unrecognized escape \Q passed through at (eval 4) line 1.
Unrecognized escape \E passed through at (eval 4) line 1.
Unrecognized escape \Q passed through at (eval 4) line 1.
Unrecognized escape \E passed through at (eval 4) line 1.
and I dont know what they mean?
if i check without the case sensitive test it works fine?
Does anyone know how to get rid of that warnings?
thx pod69