Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 89357 invoked from network); 2 Oct 2008 08:27:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2008 08:27:45 -0000 Received: (qmail 76366 invoked by uid 500); 2 Oct 2008 08:27:40 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 76339 invoked by uid 500); 2 Oct 2008 08:27:40 -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 76326 invoked by uid 99); 2 Oct 2008 08:27:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2008 01:27:40 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of james.abley@gmail.com designates 209.85.200.174 as permitted sender) Received: from [209.85.200.174] (HELO wf-out-1314.google.com) (209.85.200.174) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2008 08:26:39 +0000 Received: by wf-out-1314.google.com with SMTP id 29so981760wff.10 for ; Thu, 02 Oct 2008 01:27:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=+9pkcVzI8TzKkOHyBoLahJc6XrkTOj8ozUA1mXcw0Jc=; b=o5TCVF3HyB7+DSoN2vJvKcSsXANV6wSJuEjq2HbqWyYDzkV4XZ7AfpJcKWeauD78G7 0pazmj0KT2z7jlWmC5ZRhDL+ex9G4KT/oKqIRIh9725ijmIt+njbPjACytcXYbIf3VCT o1yy9u126MMKD9bXFUs9OJi1vRtqjkAglbfpE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=oNwun6hgW3nlocB9Jekx0e8/KSl2VbdrEfxa0431qGYQR4bu62CZkEf9xaeIaYLw58 jh6h60f2sVFL4y1IEOeSjq1KWVsxYZJpy1Mr9HOk4uJDZ8IVrY2i+ND/534Md+uFZEfh GupcHAN5lwMjC2fKR5JFNA3BVcc232BDxQFAs= Received: by 10.142.107.1 with SMTP id f1mr3754385wfc.267.1222936024196; Thu, 02 Oct 2008 01:27:04 -0700 (PDT) Received: by 10.142.180.14 with HTTP; Thu, 2 Oct 2008 01:27:04 -0700 (PDT) Message-ID: <23fce8e60810020127s15f0b442t538aa88f3d1e587c@mail.gmail.com> Date: Thu, 2 Oct 2008 09:27:04 +0100 From: "James Abley" To: "Ant Users List" Subject: Re: Ant 1.7 - XSLT task and Xalan and Saxon9 issue In-Reply-To: <48E23BC6.20406@imag.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48E23BC6.20406@imag.net> X-Virus-Checked: Checked by ClamAV on apache.org 2008/9/30 Marijan (Mario) Madunic : > I'm trying to run various XSLT tasks that either rely on Xalan or Saxon and > am having a hard time with ANT recognizing Xalan when Saxon is in the > Ant/lib. The reason I am running both is that Xalan has a better extension > for SQL than Saxon does and my other XSLT tasks all run with XSLT 2.0. > > Here is a copy of how I've written the task using Xalan. Once I remove > saxon9.jar for the lib it runs perfectly but not while it is in the lib. > > out="${l_Drive}cdCollection\temp\artists.xml" > style="${l_Drive}XML\cdCollection\xslChunks\getArtistsXalan.xsl"> > > > > Any insight would be appreciated. > > Marijan (Mario) Madunic > Have you tried using the processor attribute? Cheers, James --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org