Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 16151 invoked from network); 13 Mar 2008 18:36:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2008 18:36:13 -0000 Received: (qmail 57620 invoked by uid 500); 13 Mar 2008 18:36:06 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 57591 invoked by uid 500); 13 Mar 2008 18:36:06 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 57580 invoked by uid 99); 13 Mar 2008 18:36:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 11:36:05 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [71.74.56.123] (HELO hrndva-omtalb.mail.rr.com) (71.74.56.123) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 18:35:15 +0000 Received: from JayPC ([24.174.126.36]) by hrndva-omta04.mail.rr.com with SMTP id <20080313183535.LAWI18091.hrndva-omta04.mail.rr.com@JayPC>; Thu, 13 Mar 2008 18:35:35 +0000 Message-ID: <557D21F7C0044681BC33D66DB52AF6B9@JayPC> From: "Jay Bryant" To: "Ant Users List" , References: <1f97de60803130114y78100e72x4c851a0034047d4f@mail.gmail.com> <3AE93DC078AE8A41AEDA6B95DE4EB92D029DDE26@VEX00130.lan.huk-coburg.de> <1f97de60803130335x2513f896w3d0b877660fe45f1@mail.gmail.com> <1205405522.6867.24.camel@rkoberg-laptop> In-Reply-To: <1205405522.6867.24.camel@rkoberg-laptop> Subject: Re: xslt version Date: Thu, 13 Mar 2008 13:33:09 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6000.16480 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6000.16545 X-Virus-Checked: Checked by ClamAV on apache.org You can also do it just by specifying the class path to Saxon, too. Here's one of my targets that does it: FWIW and HTH Jay Bryant Bryant Communication Services http://www.bryantcs.com/ ----- Original Message ----- From: "Robert Koberg" 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 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 through a system > property: > > javax.xml.transform.TransformerFactory=net.sf.saxon.TransformerFactoryImpl > > > On Thu, 2008-03-13 at 03:35 -0700, Z W wrote: >> 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 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org