-
```
[main] ERROR com.helger.xml.transform.LoggingTransformErrorListener - [fatal_error] Transformation fatal error (net.sf.saxon.trans.XPathException: Unexpected token ")" at start of expression)
[m…
-
```
What steps will reproduce the problem?
1. Create testdas.war with datasource
2. Copy to tomcat/webapps
3. start tomcat
4. Browse to: http://localhost/testdas/das
What is the expected output? What…
-
## Description
In the DITA-OT XSLT stylesheets, some named templates are marked as deprecated with a note that the equivalent moded templates should be used instead. However, some existing code still…
-
Trying to use the htmltoword gem, v. 0.4.4, to generate a Word document from an HTML string on JRuby 1.7.21, Oracle JDK 1.8.0_45, and Nokogiri gem 1.6.6.2.
``` ruby
module Integrator
module Export
…
-
```
What steps will reproduce the problem?
1. Create testdas.war with datasource
2. Copy to tomcat/webapps
3. start tomcat
4. Browse to: http://localhost/testdas/das
What is the expected output? What…
-
Elements, such as p:add-attribute or p:wrap-sequence, that potentially create new namespace bindings provide two alternative ways for providing an element, attribute, … name:
1. QName
2. prefix and na…
-
When a file processed with saxon is compiled/executed, it may require other files. For example, in XSLT, you can use the document() function to return the contents of another XML document, ex:
XSLT'…
-
http://saxonica.com/html/documentation/conformance/xslt30.html
> From 9.8, XSLT 1.0 backwards-compatibility mode requires Saxon-PE or higher (that is, Saxon-HE will reject stylesheets that specify ve…
-
### Description
When pairing an XSLT with an `XmlWriter` using `XmlWriterSettings.Async = true`, async operations throw a `NotImplementedException`. Details founds in [this SO post](https://stacko…
-
Disclaimer: This is a very specific feature request for a use case that most XProc users will probably never face in their lifetime. So I would consider this feature as optional to the XProc standard.…