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
As reported by David Cramer on xproc-dev: When putting p:xinclude in p:try, the document on the error port has very little details. I tried it with 1.2.1-99.
ERROR: Untitled1.xpl:8:20:XInclude resource error (some.xml) and no fallback provided.
ERROR: cause: err:XD0011:XProc error err:XD0011
ERROR: XInclude resource error (some.xml) and no fallback provided.
ERROR: Underlying exception: I/O error reported by XML parser processing file:/C:/cygwin/home/gerrit/Dev/Calabash/some.xml: C:\cygwin\home\gerrit\Dev\Calabash\some.xml (The system cannot find the file specified)
It would be nice if at least this level of information were available in the caught error message.
The text was updated successfully, but these errors were encountered:
As reported by David Cramer on xproc-dev: When putting
p:xinclude
inp:try
, the document on theerror
port has very little details. I tried it with 1.2.1-99.Running Untitled1.xpl
on Untitled1.xml
results in
Without try/catch:
It would be nice if at least this level of information were available in the caught error message.
The text was updated successfully, but these errors were encountered: