blob: 2ead4b149c4e3fb069e9e464071167bcaf6425f3 [file] [log] [blame]
(:*******************************************************:)
(: Test: version_declaration-008.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 "abc";
1,2