Does fn:transform not support setting/changing the enable-messages option?
Replies (1)
Please register to reply
Added by Martin Honnen about 3 years ago
The fn:transform
spec https://www.w3.org/TR/xpath-functions-31/#func-transform lists an option enable-messages
as a boolean value that "Indicates whether any xsl:message instructions in the stylesheet are to be evaluated. The destination and formatting of any such messages is implementation-defined.".
It seems that with Saxon 10.5 HE Java, it doesn't matter whether I set the option to true or false, xsl:message
seems to be evaluated and produces output.
Is the option not supported/implemented? https://saxonica.plan.io/projects/saxonmirrorhe/repository/he/revisions/saxon10/entry/src/main/java/net/sf/saxon/functions/TransformFn.java#L79
Correct, it seems this option is not implemented.
Please register to reply