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.
Updated by Michael Kay over 1 year ago
But then, the documentation of the function library hasn't been updated to include new 4.0 functions, or 4.0 changes to 3.1 functions, so this isn't the only change that needs to be made.
Please register to edit this issue
Actions