- From: Patrick Gundlach <patrick@gundla.ch>
- Date: Tue, 26 Sep 2017 11:49:09 +0200
- To: xproc-dev@w3.org
Hello Achim,
thanks for the answer, it solves problem #1.
now problem #2:
<?xml version="1.0" encoding="UTF-8"?>
<mox:errors xmlns:mox="http://www.xml-project.com/morgana">
<mox:type>com.xml_project.morganaxproc.core.StepException</mox:type>
<c:errors xmlns:c="http://www.w3.org/ns/xproc-step">
<c:error name="Transformation" type="p:xslt" code="err:XC0038"
href="file:///Users/in2data.xpl"
line="4" column="35" xmlns:err="http://www.w3.org/ns/xproc-error">
<description>XC0038: It is a dynamic error if the specified
version of XSLT/XQuery is not available.</description>
<message>XSLT Version 2.0 is not supported by the installed
XSLTConnector 'Using XSLT over Trax: com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl</message>
</c:error>
</c:errors>
</mox:errors>
I guess Saxon has to be installed somewhere. But where? I've tried to copy saxon9he.jar to MorganaXProc_lib/, but this doesn't change the message.
Patrick
Received on Tuesday, 26 September 2017 09:49:34 UTC