blob: feb64acdd5d2dfc7955c6cbdf8f39c1d9828d997 [file] [log] [blame]
(: Name: XQueryComment011 :)
(: Description: Comments inside a conditional expression :)
declare namespace fs="http://www.example.com/filesystem";
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
if (:test:)(:t2:)(:t3:) ($input-context/fs:MyComputer)
then "true"
else "false"