Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message severity from XSLT messages #476

Closed
josteinaj opened this issue May 20, 2016 · 1 comment
Closed

Message severity from XSLT messages #476

josteinaj opened this issue May 20, 2016 · 1 comment
Milestone

Comments

@josteinaj
Copy link
Member

I don't think there's a way to signal a message severity from the XSLT xsl:message step (except for terminate="yes|no".

Either:

  • we need some mechanism like for instance our own implementation of xsl:message that supports severities,
  • or we just allow messages to begin with a [WARNING], [DEBUG] etc. string as is already done in some places in the code, and leave it up to the
    • the engine should then preferably parse these strings
    • alternatively the client library will have to do so, which is less ideal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants