xmlcalabash1
xmlcalabash1 copied to clipboard
XML Calabash, an XProc processor
Hi, found a strange behavoir of resolving XInclude with `p:xinclude`. This is my **main.xml** file: ```xml ``` This is the **module.xml**: ```xml ``` *Note:* the `foo` element is *before* the...
The text `Attribute "name" required on p:with-option` in this exception should say `Attribute "name" required on p:option`. This is an invalid `` in a step declaration, not a ``. https://github.com/ndw/xmlcalabash1/blob/7cdcdd4d7e40b49bd316be3e66df19ee68a2c3b4/src/main/java/com/xmlcalabash/model/Parser.java#L880
Beginning in [Saxon 9.3](https://www.saxonica.com/documentation10/index.html#!changes/command-line/9.2-9.3) you can pass in a class that implements the interface net.sf.saxon.lib.Initializer to register extension functions. On the command line, you would use the `-init` option. It...
Hello, `XProcConfiguration` contains a line ```java bFeatureMap.put("http://saxon.sf.net/feature/preferJaxpParser", Feature.PREFER_JAXP_PARSER); ``` However, Feature.PREFER_JAXP_PARSER is not in Saxon 11.3. Hence ```bash [main] WARN DbXslt20Ng - xslt20 format: html output: /mnt/home/tpasch/scm/aanno/db-toolchain/./asciidoc-writers-guide.html5 xpl: /mnt/home/tpasch/scm/aanno/db-toolchain/src/main/resources/docbook-xsl20/db2html-db-toolchain.xpl Exception...
Update Log4j to 2.17 to fix several CVEs https://www.lunasec.io/docs/blog/log4j-zero-day/
Hi Norm, I'm using piperack to start a short pipeline generating an ONIX file as output. When I call the pipeline a few hundred times, memory consumption grows over 5GB...
I lost time in figuring out how to get the ant task from 1.3.2-100 going, hence I hope this documentation change makes actual development branches more clear.
From email: > I know this is probably not high on your priority list, but Iām having troubles using piperack. > > What happens is that I have a pipeline...
š GPL-2.0 is a deprecated SDPX license identifier, it would be preferred to use `GPL-2.0-only` or `GPL-2.0-or-later` (see [here](https://spdx.org/licenses/) for details). cc @ndw --- relates to Homebrew/homebrew-core#79223