Re: [docbook-apps] Gradle build cross-platform - trouble with Saxon 6.5.5 params under Windows

2017-08-11 Thread Bob Stayton
Here is the story on using DocBook XSL 1.0 stylesheets with Saxon 9. Any XSLT 2.0 processor like Saxon 9 has a backwards compatibility mode that enables it to process XSLT 1.0 stylesheets, and it does a pretty good job. It works well with fo output, for example. But the XSLT 1.0 standard did

Re: [docbook-apps] Gradle build cross-platform - trouble with Saxon 6.5.5 params under Windows

2017-08-11 Thread Peter Desjardins
Thanks! I ran into trouble when I tried generating webhelp, which uses chunked output. I think the chunked output requires a Saxon extension. I'm guessing that the Saxon extensions in extensions/saxon65.jar don't work with Saxon 9 HE. Peter On Fri, Aug 11, 2017 at 1:47 PM, ben.guillon

Re: [docbook-apps] Gradle build cross-platform - trouble with Saxon 6.5.5 params under Windows

2017-08-11 Thread ben.guillon
Hi, On Thu, 10 Aug 2017 06:14:04 +0200, Peter Desjardins wrote: Question #2 is: Has anyone had trouble using Saxon9HE with the DocBook XSLT v1.0 stylesheets? The way the arguments for the later version of Saxon are structured work much better with Gradle.

RE: [docbook-apps] Gradle build cross-platform - trouble with Saxon 6.5.5 params under Windows

2017-08-10 Thread Kerry, Richard
tos.net> [cid:image002.png@01D311C2.D8BE3CB0] From: Dominik Psenner [mailto:dpsen...@gmail.com] Sent: Thursday, August 10, 2017 9:13 AM To: DocBook Apps <docbook-apps@lists.oasis-open.org> Subject: Re: [docbook-apps] Gradle build cross-platform - trouble with Saxon 6.5.5 params under Windows

Re: [docbook-apps] Gradle build cross-platform - trouble with Saxon 6.5.5 params under Windows

2017-08-10 Thread Dominik Psenner
2017-08-10 8:30 GMT+02:00 Dave Pawson : > Worth asking on the docbook-apps list Peter? > This is the docbooks-apps list, isn't it? > I use 2 for other parts, but for my main (quite large) docbook build I use > 1. > I use ant. > HTH > Peter, you could try giving "-o"

Re: [docbook-apps] Gradle build cross-platform - trouble with Saxon 6.5.5 params under Windows

2017-08-10 Thread Dave Pawson
Worth asking on the docbook-apps list Peter? I use 2 for other parts, but for my main (quite large) docbook build I use 1. I use ant. HTH On 10 August 2017 at 05:14, Peter Desjardins wrote: > Hi! I have a working Gradle build system that transforms DocBook 5.1 >

[docbook-apps] Gradle build cross-platform - trouble with Saxon 6.5.5 params under Windows

2017-08-09 Thread Peter Desjardins
Hi! I have a working Gradle build system that transforms DocBook 5.1 (using an assembly) to a few output mediums. I'm using Saxon 6.5.5 and the DocBook XSLT 1.0 stylesheets (latest version). When a new writer chose to use Windows, the Gradle build broke when she ran it locally. Problem #1 is that