Changes

Jump to navigation Jump to search
280 bytes added ,  13:30, 7 August 2014
no edit summary
<code>fn:tokenize</code>
 
==Binary Data==
 
Items of type <code>xs:hexBinary</code> and <code>xs:base64Binary</code> can now be compared against each other. The following queries all yieldl {{Code|true}}:
 
<pre class="brush:xquery">
xs:hexBinary('') < xs:hexBinary('bb'),
xs:hexBinary('aa') < xs:hexBinary('bb'),
max((xs:hexBinary('aa'), xs:hexBinary('bb'))) = xs:hexBinary('bb')
</pre>
==Pending Features==
* Support for arrays: data structure, functions
* Support for JSON: <code>fn:json-doc</code>, <code>fn:parse-json</code>
* Comparison of <code>xs:hexBinary</code> and <code>xs:base64Binary</code> items
* <code>fn:collation-key</code>, <code>fn:load-module</code>, <code>fn:parse-ietf-date</code>, <code>fn:transform</code>, <code>map:for-each-entry</code>
* <code>format-number</code>: support for scientific notation
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu