[xquery-talk] zero-length string namespaces URI

Pierrick Brihaye pierrick.brihaye at free.fr
Wed Sep 28 10:06:09 PDT 2005


Hi,

Is this syntax correct ?

module.txt :

module namespace foo="";
declare variable $foo:bar := "bar";

XQuery :

import module namespace foo="" at "module.txt";
$foo:bar

or XQuery :

import module namespace foo="" at "module.txt";
$bar

Saxon returns "bar" in both cases.

Cheers,

p.b.



More information about the talk mailing list