Berkley DBXML 2.13 violates own rules

Questions about XML that are not covered by the other forums should go here.
dreuzel
Posts: 9
Joined: Thu Jan 05, 2006 7:08 pm

Berkley DBXML 2.13 violates own rules

Post 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
Whow another day in testing
stefan

Post by stefan »

jkmyoung
Posts: 89
Joined: Mon Mar 06, 2006 10:13 pm

Post 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.
Post Reply