Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
It seems that the query parser accepts fn:upper in some places where it shouldn't.
For instance, the parse trees for
//*[@x = fn:upper-case(Y')]
and
//*[ fn:upper-case(@x) ='Y']
are the same.