Hi,
I think I run into a parser bug. The following query:
let $e := <e><c/></e>,
$v := $e
/ c
return $v
results in the following error:
XDMP-UNEXPECTED: (err:XPST0003) Unexpected token syntax error,
unexpected SlashOnly_
Of course, the following, equivalent query returns the expected
result:
let $e := <e><c/></e>,
$v := $e/c
return $v
Regards,
--
Florent Georges
http://www.fgeorges.org/
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general