Actions
Bug #6127
openDocumentation: argument keywords in function library
Start date:
2023-07-10
Due date:
% Done:
0%
Estimated time:
Legacy ID:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
The documentation of the function library has not kept up to date with changes in argument keywords in the 4.0 specification. For example
https://www.saxonica.com/documentation12/index.html#!functions/fn/reverse
lists the signature as
reverse($arg as item()*) ➔ item()*
but the argument keyword has changed from arg
to input
. The argument keywords are relevant in 4.0 because arguments can be identified by name in a function call.
Please register to edit this issue
Actions