Hi
I just downloaded saxon9-0-0-4j.zip file.
There are a few jar files.
Do I need to put all the jar files into ant/lib to get XSLT 2.0 to work ?
Or do I just copy saxon9-ant file only ?
thanks
-
To unsubscribe, e-mail: [EMAIL P
tp://www.bryantcs.com/
- Original Message -
From: "Robert Koberg" <[EMAIL PROTECTED]>
To: "Ant Users List"
Sent: Thursday, March 13, 2008 5:52 AM
Subject: Re: xslt version
Currently, using XSLT version 2 means using Michael Kay's Saxon. You can
get it fro
Currently, using XSLT version 2 means using Michael Kay's Saxon. You can
get it from saxonica.com
Put the saxon.jar on your classpath for the build and set the
javax.xml.transform.TransformerFactory to use saxon. For example:
Or you could set a concrete subclass for the factory thro
So how and where do I get a xslt 2.0 compliant processor to work with ant
1.7 ?
Could someone explain how and where ?
Thanks
ewInstance();
}
> -Ursprüngliche Nachricht-
> Von: Rebhan, Gilbert [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 13. März 2008 09:47
> An: Ant Users List
> Betreff: RE: xslt version
>
> -Original Message-
> From: Z W [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March
-Original Message-
From: Z W [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 13, 2008 9:15 AM
To: Ant Users List
Subject: xslt version
/*
Is the xslt task in ant 1.7 using version 1 or version 2 ?
*/
Not sure, as i don't use ant 1.7.0 and xslt task right now,
but i think it's
Hi
Is the xslt task in ant 1.7 using version 1 or version 2 ?
thanks