Search code examples
xsltaltovalibxsltxmlspy

Using LibXSLT (xsltproc) as an external engine in Altova's XMLSpy


I am trying to use LibXSLT as an external engine in Altova's XMLSpy, but keep getting an IO error when merging. What am I doing wrong?

Runline:

![enter image description here

Error:

enter image description here


Solution

  • Switched to the following runline, the additional "file:///" before the -o parameter seems to do the trick:

    X:\LibXslt\Xsltproc.exe -o file:///%2 %3 %1

    enter image description here