Changes

Jump to navigation Jump to search
709 bytes added ,  13:44, 29 January 2011
|- valign="top" scope="row"
|<code>XQST0009</code>
| The query imports a schema. Schema information (schema import is not supported in by BaseX).
|<code>import schema "x"; ()</code>
|- valign="top" scope="row"
|<code>XQST0022</code>|Namespace values must be constant strings.|<code><elem xmlns="{ 'dynamic' }"/></code>|- valign="top" scope="row"|<code>XQST0031</code>| The specified XQuery version is not specified.|<code>xquery version "9.9"; ()</code>|- valign="top" scope="row"|<code>XQST0032</code>| <code>base-uri</code> was declared twice.|<code>declare base-uri "a"; declare base-uri "b"; ()</code>|- valign="top" scope="row"|<code>XQST0033</code>| A namespace prefix was declared twice.|<code>declare namespace a="a"; declare namespace a="b"; ()</code>|- valign="top" scope="row"|<code>XQST0034</code>| A function was declared twice.|<code>declare function local:a() { () };declare function local:a() { () };local:a()</code>
|}
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu