- From: Achim Berndzen <achim.berndzen@xml-project.com>
- Date: Tue, 26 Sep 2017 11:57:02 +0200
- To: Patrick Gundlach <patrick@gundla.ch>
- Cc: xproc-dev@w3.org
Hi Patrick, by default MorganaXProc uses the XSLT implementation supplied with Java. MorganaXProc can be used with different XSLT processors as explained in http://www.xml-project.com/documentation/morgana-userguide/morganaxproc_enhance/#xslt Achim > Am 26.09.2017 um 11:49 schrieb Patrick Gundlach <patrick@gundla.ch>: > > 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 > > > ------------------------------------------------ Achim Berndzen achim.berndzen@xml-project.com <xml-project /> Achim Berndzen Kleine Breite 26a 38302 Wolfenbüttel, Germany http://www.xml-project.com
Received on Tuesday, 26 September 2017 09:57:28 UTC