You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Would be nice if we could capture internal warnings (and errors).
In particular output generated by
<xsl:message>a warning message</xsl:message>
.The text was updated successfully, but these errors were encountered: