tmlab / tmql

Automatically exported from code.google.com/p/tmql
1 stars 0 forks source link

tm:SuBject is treated like tm:subject #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The query //tm:SuBjEcT returns the same results as //tm:subject or 
//Tm:subject. That's wrong. 

The prefix part and local part of a QName are case-sensitive. If you expand a 
QName, you get an IRI and if you treat QNames case-insensitive, these IRIs 
would be equal, too:

<http://psi.example.org/SUBJECT> 
<http://psi.example.org/Subject> 
<http://psi.example.org/SubJeCt> 

Original issue reported on code.google.com by lars.he...@gmail.com on 30 Apr 2011 at 1:49