Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


RE: [xsl] launching Saxon 8.2 from xslt Ant task

From: "Michael Kay" <mike@------------>
To:
Date: 2/1/2005 10:54:00 PM
The spec says the processor attribute is:

name of the XSLT processor to use. Permissible values are "trax" for a TraX
compliant processor (ie JAXP interface implementation such as Xalan 2 or
Saxon), "xslp" for the XSL:P processor, "xalan" for the Apache XML Xalan
(version 1) processor the name of an arbitrary XSLTLiaison class. Defaults
to trax, followed by xalan and then xslp (in that order). The first one
found in your class path is the one that is used. DEPRECATED - XSL:P and
xalan are deprecated and no more supported..

That suggests you should use "trax", and then make sure Saxon is selected by
setting your classpath or system properties accordingly. Presumably Ant has
tried to load the class and cast it to an "XSLTLiaison" - seems an
unfriendly way of failing.

Michael Kay
http://www.saxonica.com/  

> -----Original Message-----
> From: Roger I Martin PhD [mailto:hypernexdev@xxxxxxxxxxxxxxx] 
> Sent: 01 February 2005 16:37
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] launching Saxon 8.2 from xslt Ant task
> 
> Hi,
> 
> http://ant.apache.org/manual/CoreTasks/style.html
> 
>     <target name="NURBS">
>         <xslt basedir="." processor="net.sf.saxon.Transform" 
> classPath="C:\sourceforge\saxonb8-2\saxon8.jar" destdir="." 
> in="xml/NURBSCurve2.xml" 
> out="src/com/neuralworks/fea/mathml/NURBSCurve2.java" 
> style="../../stylesheets/mathml2Java.xsl">
>           <param name="baseClassName" 
> expression="com.pombi.mathml.lang.AbstractEquation"/>
>           <param name="packageName" 
> expression="com.neuralworks.fea.mathml"/>
>           <param name="className" expression="NURBSCurve2"/>
>           <outputproperty name="method" value="text"/>
>           <outputproperty name="encoding" value="UTF-8"/>
>         </xslt>
>     </target>
> 
> Throws an class cast exception.  I've tried 
> net.sf.saxon.TransformerFactoryImpl and got the same.  Is it 
> a class I 
> don't know or Ant 1.6.1 doesn't know?
> 
> If I set the processor  attribute to "Saxon" as the Ant doc 
> suggests, I 
> get class not found.
> 
> Also if Michael Kay sees this,  what format should examples of use be 
> written?
> 
> -Roger


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent