Michael Kay
Michael Kay
>What would happen if I created a map with integer keys, would it automatically "be" an array? No, I'm thinking here of a structural sub-type, it's only an array if...
See also #2025 which suggests using `$X?child::*` to return a sequence of JNodes representing the content of a map or array.
Fix #2288
Using 0 to mean "no limit" seems error-prone; a limit of zero suggests intuitively that entity expansion should not be allowed at all. I would be reluctant to carry that...
>BaseX comes with a user management I think that all fits into the category MANAGED.
I have fleshed this out into a complete spec. The main changes are: fn:load-xquery-module, fn:transform and xsl:evaluate have an option to say whether the dynamically loaded code is trusted. If...
Fix #2194
An alternative might be to make it a method: ``` try { 1 div 0 } catch * { module:log($err:description), $err:map => map:put('description', 'Arithmetic error') => ?throw() } ```
The specification of xsl:record assumes that xsl:map has an `as` attribute, which is not the case.
Closed by PR #2296