Changes

Jump to navigation Jump to search
941 bytes added ,  21:18, 29 January 2011
|- valign="top" scope="row"
|<code>XUDY0024</code>
| New namespaces conflict with each other.
|<code>copy $n := <x/> modify (insert node attribute { QName('uri1', 'a') } { "" } into $n, insert node attribute { QName('uri2', 'a') } { "" } into $n) return $n</code>
|- valign="top" scope="row"
|<code>XUDY0027</code>
| Target of an update expression is an empty sequence.
|<code>insert node <x/> into ()</code>
|- valign="top" scope="row"
|<code>XUDY0029</code>
| The target of an update expression has no parent node.
|<code>insert node <new/> before <target/></code>
|- valign="top" scope="row"
|<code>XUDY0030</code>
| Attributes cannot be inserted before or after the child of a document node.
|<code>insert node <e a='a'/>/@a after document { <e/> }/*</code>
|- valign="top" scope="row"
|<code>XUDY0031</code>
| Multiple calls to <code>fn:put()</code> address the same URI.
|<code>for $i in 1 to 3 return put(<a/>, 'file.txt')</code>
|-
| colspan=3 style="background-color:white;"|
|- valign="top" scope="row"
|<code>XUTY0004</code>
| New attributes to be inserted must directly follow the root node.
|<code>insert node (<a/>, attribute a {""}) into <a/></code>
|}
 
Still to be finished…
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu