On 31/01/2025 18:56, Christian Grün wrote:
Dear all,
We are thrilled to introduce BaseX 11.7, our latest release that paves
the way for the next major version.
The most exciting change is support for ordered maps: Generated maps
preserve the order of inserted entries, making it easier to recognize,
organize and compare content. Plus, they have become even more
memory-efficient and faster than before.
These are the most significant other changes:
- [ADD] New Pipeline operator "->"
- [ADD] XQuery 3.1 function (finally) fn:load-xquery-module
- [ADD] New functions: fn:siblings, fn:type-of, fn:elements-to-maps
- [ADD] New parse functions: fn:parse-csv, fn:parse-html
- [ADD] HTML parsing: Support for both TagSoup and Validate.nu
- [MOD] Better readable serialization of doubles, maps and arrays
- [MOD] Store functions: only read if contents have changed
- [MOD] RESTXQERRORS option: if disabled, write error to logs
- [FIX] RESTXQ: Correct handling of query and form parameters
I hoped to try changes like support for parse-html in
https://fiddle.basex.org/ but somehow there I still get "Unknown
function: fn:parse-html (similar: fn:parse-xml)".
Will the fiddle be updated to run the latest release?