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