Changes

Jump to navigation Jump to search
347 bytes added ,  15:55, 14 August 2011
! width="60%"|Description
! width="35%"|Examples
|- valign="top" scope="row"
|<code>BASX0000</code>
| A function, or feature, has not been implemented yet in BaseX.
|<code>function-name(())</code>
|- valign="top" scope="row"
|<code>BASX0001</code>
|- valign="top" scope="row"
|<code>BASX0002</code>
| The context item specified node must reference a database node.
|<code><xml/>/db:text("word")</code>
|- valign="top" scope="row"
|- valign="top" scope="row"
|<code>BASX0004</code>
| The database node referenced by a function is not availableout of range.
|<code>db:open-pre('database', -1)</code>
|- valign="top" scope="row"
|- valign="top" scope="row"
|<code>BASX0008</code>
| A database addressed with the <code>doc()</code> function contains more than one document.
| <code>doc('collection')</code>
|- valign="top" scope="row"
|<code>BASX0009</code>
| The specified event is unknown.
| <code>db:event('unknown', 'event')</code>
|- valign="top" scope="row"
|<code>BASX0010</code>
| The specified database option is unknown.
| <code>declare option db:xyz "no"; 1</code>
|- valign="top" scope="row"
|<code>BASX0011</code>
| The specified XSLT parameter XSLT parameter is unknown.
| <code>xslt:transform('doc.xml', 'input.xslt', '<INVALID/>')</code>
|}
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu