xmlcalabash1
xmlcalabash1 copied to clipboard
XML Calabash, an XProc processor
A parse error in the fragid string winds up being reported as an obscure IOException. Fix that.
In complex pipelines, it is often difficult to track down the sources of dynamic errors. Calabash does not provide much context information. I don’t know which context info would be...
I found something weird using p:xinclude/p:add-xml-base. I solated the problem and came to this issue: This is the XProc code: ``` ``` The result is: ``` ``` The unexpected behavior...
Via email... I am trying to get XML Catalogs working with XML Calabash (using org.xmlresolver.Resolver), and I am running into a couple of problems. First, it seems that the ``...
When the pipeline fails to run (i.e., the pipeline is invalid), the file specified by "out" always exists but is empty. I expect the output file to be deleted. For...
When I run ant in verbose mode (-v), I get: ``` [c:calabash] 'in' and/or 'out' cannot be used with implicit fileset: ignoring implicit file set. ``` for: ``` ``` but...
In http://xmlcalabash.com/docs/reference/antsetup.html, I suggest using a better URI: ``` ``` it is just a string so any URI could be used. In the following: http://xmlcalabash.com/docs/reference/chunk-section-d18e1967.html http://xmlcalabash.com/docs/reference/chunk-section-d18e3221.html all the elements need...
I can't use p:declare-step without naming the step 'top'. It would seem that pipeline with the right signature should be able to be invoked without being named. Also, I didn't...
Calabash version used: 1.0.16 (for Saxon 9.5.1.3/EE) **Empty sequence as default connection** The following does not throw an error, but instead provides an empty sequence on the result port: ```...
When using an HTML parser with `p:unescape-markup` to load some content in the HTML syntax, MathML and SVG islands should be properly namespaced. A sample test is: ``` xml title...