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
When applying a document to a stylesheet, there are runtime errors reported in the console but it is not reflected in any error object.
runtime error: element value-of
Variable 'foobar' has not been declared.
xmlXPathCompiledEval: evaluation failed
runtime error: element value-of
XPath evaluation returned no result.
The text was updated successfully, but these errors were encountered:
It seems that the original libxslt library doesn't consider these errors as a real failure, a document is still produced as a result of the transformation. So it is more warnings than errors.
I don't know if there is an option to force failure on this kind of error.
When applying a document to a stylesheet, there are runtime errors reported in the console but it is not reflected in any error object.
The text was updated successfully, but these errors were encountered: