XPath is case sensitive because XML is case sensitive .
Consequently,
/AAA
- this is not the same as:
/AAA
As for operators, in XPath 1.0 most operators consist solely of non-alphabet characters.
Finally , the or , and and div operators and Xpath 2.0 operators consisting of letters - for example, union , intersect , except , The reason for case sensitivity is the same as for most modern programming languages ββ(excluding VB and SQL).
Dimitre novatchev
source share