|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] Re: zero-length string namespaces URIMichael Kay mhk at mhk.me.ukWed Sep 28 23:39:02 PDT 2005
> Testing this with Saxon :
>
> declare namespace local="";
> declare function local:depth($e as node()) as xs:integer
> {
> (: A node with no children has depth 1 :)
> (: Otherwise, add 1 to max depth of children :)
> if (fn:empty($e/*)) then 1
> else fn:max(for $c in $e/* return local:depth($c)) + 1
> };
>
> local:depth(<a><b><c/></b></a>)
>
> returns :
>
> XPST0003: XQuery syntax error in #declare namespace local="";#:
> A namespace URI cannot be empty
Thanks for reporting this: a feature that slipped through the net and hasn't
been implemented. Now fixed.
Michael Kay
http://www.saxonica.com/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








