bug in processing XPATH with this simple regular expression?
17 Jun
2013
17 Jun
'13
10:23 p.m.
Take this input: <div id="ps-content">foobar</div> and apply this XPATH 2+: //div[matches(@id,"^s-content$")] In BaseX command-line it matched! despite the fact that "^" in regex language means "the start of the string". With Saxon and Xidel command-line it correctly doesn't match. Why does it match in BaseX?
17 Jun
17 Jun
10:33 p.m.
Thanks for your mail.
Take this input: <div id="ps-content">foobar</div>
and apply this XPATH 2+: //div[matches(@id,"^s-content$")]
I just tried the following query.. <div id="ps-content">foobar</div>[matches(@id,"^s-content$")] ..and I got no result. Which BaseX version are you working with? Can you give us some more details? Christian
4679
Age (days ago)
4679
Last active (days ago)
1 comments
2 participants
participants (2)
-
Christian Grün -
Imbuter Imb