Project

Profile

Help

Does fn:transform not support setting/changing the enable-messages option?

Added by Martin Honnen over 2 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


Replies (1)

RE: Does fn:transform not support setting/changing the enable-messages option? - Added by Michael Kay over 2 years ago

Correct, it seems this option is not implemented.

    (1-1/1)

    Please register to reply