blob: 6407d7a185be7b5819168d7303fa6ebdb9b3f4bf [file] [log] [blame]
(:*******************************************************:)
(: Test: version_declaration-009.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 :)
(:*******************************************************:)
declare boundary-space preserve;
xquery version "1.0";
1,2