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?
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
basex-talk@mailman.uni-konstanz.de