blob: 590ba26004d92c2a1e3ee721e3ccaad7dcd9c670 [file] [log] [blame]
(:*******************************************************:)
(: Test: version_declaration-007.xq :)
(: Written By: Pulkita Tyagi :)
(: Date: Tue Aug 9 04:11:16 2005 :)
(: Purpose: Demonstrates version declaration,the version :)
(: declaration occurs at the beginning of the :)
(: module and identifies the applicable XQuery :)
(: syntax and semantics for the module :)
(:*******************************************************:)
xquery version '-1.0';
2 + 2