xmlcalabash1 icon indicating copy to clipboard operation
xmlcalabash1 copied to clipboard

XML Calabash, an XProc processor

Results 57 xmlcalabash1 issues
Sort by recently updated
recently updated
newest added

[Caching Dependencies and Directories](https://docs.travis-ci.com/user/caching/) Travis CI can cache content that does not often change, to speed up the build process. ===================== If there are any inappropriate modifications in this PR,...

If you try to combine Saxon 9 with the XML Calabash release for Saxon 10, or vice versa, bad things happen. Is it possible to check this *before* the bad...

Hello, I'm trying to validate using a step p:validate-with-xml-schema with XSD 1.1, It seems to be supported by Calabash XML from the version 1.0.19: - [Added](https://github.com/ndw/xmlcalabash1/commit/b79a774da1a47db708f72ef89552f88a55cd528d) a `cx:version` attribute to...

I am trying to embed Calabash in another application with no success. I do this: XProcConfiguration configuration = new XProcConfiguration(); XProcRuntime runtime = new XProcRuntime(configuration); Input input = new Input(xprocInputData.getInputStream(),...

I just updated to current versions of Saxon-EE (from 9.6.0 to 9.9.1.5) and XML Calabash (from 1.1.19-96 to 1.1.29-99), and I am running into the following error: XD0023: The supplied...

I am developing a pipeline that prepares a set for document for schematron validation. The Schematron validation itself fails with: `Processing terminated by xsl:message at line 612 in` Possible causes:...

See also issue #303. I'm using p:load to load a doc and wrap it in a p:try/p:catch in XProc (Calabash 1.22). When the document is malformed or unparsable, I get...

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. Running Untitled1.xpl ```xml...

See https://github.com/xproc/1.1-specification/issues/18