Page 1 of 1

Berkley DBXML 2.13 violates own rules

Posted: Thu Jan 26, 2006 10:27 pm
by dreuzel
it has always been legal to formulate a query as
collection("System\System.dbxml")/*[dbxml:metadata('dbxml:name')='bla+bla/bla']
all th slashes are in parantheses.
THis becomes now illegal Error: Invalid URI format


the slash signs are not accepted any more
I susspect they are not even accepted in the name keyword any more
System/system is a systems subdirectory


xmldb version 2.2.13

Posted: Fri Jan 27, 2006 10:51 am
by stefan

Posted: Mon Mar 06, 2006 10:28 pm
by jkmyoung
That sounds like they have started using a stricter format for URI.
Try using forward slashes / instead of backslashes \

I had the same problem when I went from Saxon 6 to Saxon 8 a couple years ago.