Hello Roman,

Qizx supports XSLT through the standard JAXP interface
therefore it is sufficient to add the Saxon jar to your classpath.

for example copy saxon9he.jar to QIZX/lib/

then modify the Qizx scripts (eg qizxstudio or qizxstudio.bat) to include  
the jar:
there is a line provided for that purpose:
        jars=$jars:$dlib/saxon9he.jar


and that's it, you can invoke the XSLT processor:

x:transform(doc("mydoc.xml"), "stylesheet.xsl", <parameters p1="xxx"/>)

regards


-- 
Xavier Franc
Qizx design and development


On Wed, 04 Apr 2012 09:56:57 +0200, Roman Klein <[email protected]>  
wrote:

> Hello all,
>
> I would like to transform an xml-document with the x:transform()  
> built-in function.
> The Xalan-processor does not support Version 2.0 stylesheets, which I  
> need.
> Is it possible to switch to e.g. Saxon-processor? If yes, how?
>
> Best Regards
> Roman
 
--
Qizx Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/qizx-support

Reply via email to