|}
In progress==XPDY: Dynamic XPath Errors== {| class="wikitable" width="100%"! width="5%"|Code! width="70%"|Description! width="25%"|Examples|- valign="top" scope="row"|<code>XPDY0002</code>| • No value has been defined for an external variable, or<br />• no context item has been set before the query was executed.|<code>declare variable $x external; $x<hr/>descendant::*</code>|- valign="top" scope="row"|<code>XPDY0050</code>| • The operand type of a <code>treat</code> expression does not match the type of the argument, or<br/>• the root of the context item must be a document node.|<code>"string" treat as xs:int<hr/>"string"[/]</code>|} ==XQDY: Dynamic XQuery Errors== {| class="wikitable" width="100%"! width="5%"|Code! width="70%"|Description! width="25%"|Examples|- valign="top" scope="row"|<code>XQDY0025</code>| Two or more attributes in a constructed element have the same node name.|<code>element x { attribute a { "" } attribute a { "" } }</code>|- valign="top" scope="row"|<code>XQDY0026</code>| • No value has been defined for an external variable, or<br />• no context item has been set before the query was executed.|<code>declare variable $x external; $x<hr/>descendant::*</code>|} ==In Progress==
{| class="wikitable" width="100%"