Search found 3 matches

by emilise
Fri Feb 05, 2016 12:22 pm
Forum: XSLT and FOP
Topic: Xsltproc custom compilation
Replies: 4
Views: 3376

Re: Xsltproc custom compilation

Hi Ok thanks for all input. Here is my final solution if anyone ever wants to do the same : [*] Define a fixed output file for XSLT scenario [*] Define custom xsltproc with command : ${oxygenInstallDir}/xsltproc.bat -o "${out}" "${xsl}" "${xml}" [*]Create ${oxygenInstal...
by emilise
Tue Feb 02, 2016 3:45 pm
Forum: XSLT and FOP
Topic: Xsltproc custom compilation
Replies: 4
Views: 3376

Re: Xsltproc custom compilation

Hi Thanks for your investigations that made me realize that even if I enter slashes in Oxygen "output file" setting, it gets converted as backslashes, which is why I thought that never slashes nor backslashes worked in Oxygen. It works like you say, so it's kind of good, but actually what ...
by emilise
Thu Jan 28, 2016 9:47 pm
Forum: XSLT and FOP
Topic: Xsltproc custom compilation
Replies: 4
Views: 3376

Xsltproc custom compilation

Hi I am using Oxygen 13.2 under Windows 8 64bits. This version of Oxygen is bundled with xsltproc using libxml 1.1.26. I need to use libxml 1.1.28. I have found binaries for xsltproc using this version, installed them on my machine, it works. When I replace Oxygen dll with he new ones, I get I/O err...