Changes

Jump to navigation Jump to search
1,207 bytes added ,  16:05, 29 January 2011
|- valign="top" scope="row"
|<code>FOAR0002</code>
| A integer division numeric declaration or operation causes an over- or underflow.|<code>12345678901234567890<hr/>xs:double("-INF") idiv 1</code>
|-
| colspan=3 |
| • A float number cannot be converted to <code>xs:decimal</code> or <code>xs:integer</code>, or<br />• a QName in a function has the wrong lexical value.
|<code>xs:int(xs:double("INF"))<hr/>QName("", "el em")</code>
|- valign="top" scope="row"
|<code>FOCA0003</code>
| A value is too large to be represented as integer.
|<code>xs:integer(99e100)</code>
|- valign="top" scope="row"
|<code>FOCA0005</code>
| <code>"NaN"</code> is supplied to duration operations.
|<code>xs:yearMonthDuration("P1Y") * xs:double("NaN")</code>
|-
| colspan=3 |
|- valign="top" scope="row"
|<code>FOCH0001</code>
| A codepoint was specified that does not represent a valid XML character.
|<code>codepoints-to-string(0)</code>
|- valign="top" scope="row"
|<code>FOCH0002</code>
| A unsupported collation was specified in a function.
|<code>compare('a', 'a', 'unknown')</code>
|- valign="top" scope="row"
|<code>FOCH0003</code>
| A unsupported normalization form was specified in a function.
|<code>normalize-unicode('a', 'unknown')</code>
|-
| colspan=3 |
|- valign="top" scope="row"
|<code>FODC0001</code>
| The root of an argument specified in <code>fn:id()</code> or <code>fn:idref()</code> must have a document node as root.
|<code>id("id0", <xml/>)</code>
|- valign="top" scope="row"
|<code>FODC0002</code>
| The specified document or collection cannot be retrieved.
|<code>doc("unknown.xml")</code>
|}
Still in progres…progress…
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu