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

jidanni at jidanni.org jidanni at jidanni.org
Fri Mar 16 19:14:59 PST 2012


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>


More information about the talk mailing list