exceptionfactory commented on PR #6798: URL: https://github.com/apache/nifi/pull/6798#issuecomment-1358829602
Thanks for the reply @dan-s1. Although the `testMessage` methods include the `xsl:message` examples, they do not appear to assert any particular behavior, which makes sense given that it just ends up writing messages. For that reason, it seems best to remove those test methods and related files. Reviewing the [Saxon Configuration Features](https://www.saxonica.com/html/documentation10/configuration/config-features.html) there is a reference to a message emitter class named `MessageWarner` that notifies the standard JAXP `ErrorListener`. Introducing this feature would still place a direct relationship to the Saxon implementation, so it still seems like it would be best to avoid for now, since `xsl:message` is a defined element used for testing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
