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

capture internal errors #25

Open
MartijnR opened this issue May 13, 2014 · 3 comments
Open

capture internal errors #25

MartijnR opened this issue May 13, 2014 · 3 comments
Assignees

Comments

@MartijnR
Copy link
Collaborator

Would be nice if we could capture internal warnings (and errors).

In particular output generated by <xsl:message>a warning message</xsl:message>.

@andreyvital
Copy link
Collaborator

@MartijnR I'll try something.

@MartijnR
Copy link
Collaborator Author

Thanks @andreyknupp!

Yes, retrievable after transformation is complete (or has quit due to a fatal error) - synchronously seems most useful in my opinion - with something like .getErrors(), basically the equivalent of libxml_get_errors which returns three different type of errors (warning, error, fatal).

@andreyvital
Copy link
Collaborator

Yep!

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