Changes

Jump to navigation Jump to search
1,343 bytes added ,  15:13, 4 March 2011
|<code>XQST0034</code>
| A function was declared more than once.
|<code>declare function local:a() { 1 };<br/>declare function local:a() { 2 };<br/>local:a()</code>
|- valign="top" scope="row"
|<code>XQST0038</code>
| <code>group by</code> references a variable that has not been declared before.
|<code>for $a in 1 group by $b return $a</code>
|- valign="top" scope="row"
|<code>XQST0097</code>
| A <code>decimal-format</code> property is invalid.
|<code>declare default decimal-format digit = "xxx"; 1</code>
|- valign="top" scope="row"
|<code>XQST0098</code>
| A single <code>decimal-format</code> character was assigned to multiple properties.
|<code>declare default decimal-format digit = "%"; 1</code>
|- valign="top" scope="row"
|<code>XQST0099</code>
| The context item was declared more than once.
|<code>declare context item ...</code>
|- valign="top" scope="row"
|<code>XQST0107</code>
| The initializer of the context item depends on itself.
|<code>declare context item := .; ()</code>
|- valign="top" scope="row"
|<code>XQST0108</code>
| The specified serialization parameter is unknown.
|<code>declare option output:unknown "..."; 1</code>
|- valign="top" scope="row"
|<code>XQST0110</code>
| A serialization parameter was specified more than once in the output declarations.
|<code>declare option output:indent "no";<br/>declare option output:indent "no"; 1</code>
|- valign="top" scope="row"
|<code>XQST0111</code>
| A decimal format was declared more than once.
|<code>declare decimal-format ...</code>
|- valign="top" scope="row"
|<code>XQST0113</code>
| Context item values may only be in the main module.
|Module: <code>declare context item := 1;</code>
|- valign="top" scope="row"
|<code>XQST0114</code>
| A decimal-format property has been specified more than once.
|<code>declare decimal-format EN NaN="!" NaN="?"; ()</code>
|}
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu