[xquery-talk] there are just some places where you can't put comments

David Lee dlee at calldei.com
Fri Mar 16 19:18:41 PST 2012


It's not the return 

> 
> let $a:=1
> return
> <A>
>  
>  {()(: way :)}
> </A>

Sent from my iPad (excuse the terseness) 
David A Lee
dlee at calldei.com


On Mar 16, 2012, at 11:15 PM, "jidanni at jidanni.org" <jidanni at jidanni.org> wrote:

> There are just some places where you can't put comments.
> Forget about 'commenting out a block of code' if it resides in "return".
> 
> let $a:=1
> return
> <A>
>  666
>  (: no way to put a comment here :)
>  <!-- no way --> (: no way :)
>  {<!-- no way -->} {(: no way :)}
> </A>
> _______________________________________________
> talk at x-query.com
> http://x-query.com/mailman/listinfo/talk
> 




More information about the talk mailing list