Changes

Jump to navigation Jump to search
no edit summary
This [[Module Library|XQuery Module]] adds some useful higher-order functions, additional to the [[Higher-Order Functions]] provided by the official specification.
 
With {{Announce|Version 11}}, many functions have been removed in favor of new features of XQuery 4:
 
{|
|- valign="top"
| '''BaseX 10'''
| '''XQuery 4'''
|- valign="top"
| {{Code|hof:drop-while}}
| [https://qt4cg.org/specifications/xpath-functions-40/Overview.html#func-drop-while <code>fn:items-starting-where</code>]
|- valign="top"
| {{Code|hof:id}}
| [https://qt4cg.org/specifications/xpath-functions-40/Overview.html#func-identity <code>fn:identity</code>]
|- valign="top"
| {{Code|hof:until}}
| [https://qt4cg.org/specifications/xpath-functions-40/Overview.html#func-iterate-while <code>fn:iterate-while</code>]
|- valign="top"
| {{Code|hof:take-while}}
| [https://qt4cg.org/specifications/xpath-functions-40/Overview.html#func-take-while <code>fn:items-before</code>]
|}
=Conventions=
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu