Re: xslt version

2008-03-21 Thread Z W
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

Re: xslt version

2008-03-13 Thread Jay Bryant
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

Re: xslt version

2008-03-13 Thread Robert Koberg
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

Re: xslt version

2008-03-13 Thread Z W
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

AW: xslt version

2008-03-13 Thread Jan.Materne
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

RE: xslt version

2008-03-13 Thread Rebhan, Gilbert
-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

xslt version

2008-03-13 Thread Z W
Hi Is the xslt task in ant 1.7 using version 1 or version 2 ? thanks