tmlab / tmql

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

patch to fix predefined prefixes bug #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
fixed bug that prevented predefined prefixes from being used.
isAbsolute() in TmqlConstructResolver was failing to correctly discover known 
prefixes in the runtime because it was trying to lookup the identifier part of 
the QName in the runtime's prefix map instead of the prefix part.

Original issue reported on code.google.com by barney.c...@gmail.com on 23 Jul 2011 at 8:47

Attachments: