Skip to content

Instantly share code, notes, and snippets.

@rvdb
Created October 25, 2013 09:58
Show Gist options
  • Save rvdb/7152340 to your computer and use it in GitHub Desktop.
Save rvdb/7152340 to your computer and use it in GitHub Desktop.
a test file demonstrating that eXist-2.1 has no problems when 'xquery' is used as namespace prefix in a main module
xquery version "3.0";
declare namespace xquery="test";
declare variable $xquery:test := 'test';
$xquery:test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment