RE: Optional indicator in direct element and attribute constructors.

> don't you just need to replace
> <b>...</b>
> by
> 
> let $x := <b>...</b>
> return
> if ($x/node()) then $x else ()
> 

Or even

<b>...</b>[node()]

Michael Kay

Received on Friday, 13 May 2005 14:00:41 UTC