Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 71240 invoked from network); 25 May 2005 09:31:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 May 2005 09:31:44 -0000 Received: (qmail 51254 invoked by uid 500); 25 May 2005 09:31:37 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 51194 invoked by uid 500); 25 May 2005 09:31:37 -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 51176 invoked by uid 99); 25 May 2005 09:31:36 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from gecko.sbs.de (HELO gecko.sbs.de) (194.138.37.40) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 25 May 2005 02:31:35 -0700 Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by gecko.sbs.de (8.12.6/8.12.6) with ESMTP id j4P9VVLr025917 for ; Wed, 25 May 2005 11:31:31 +0200 Received: from rbgs555a.ww011.siemens.net (rbgs555a.ww011.siemens.net [144.145.109.9]) by mail2.sbs.de (8.12.6/8.12.6) with ESMTP id j4P9VM2n025771 for ; Wed, 25 May 2005 11:31:31 +0200 Received: from tlsm385a.ww011.siemens.net ([139.10.39.198]) by rbgs555a.ww011.siemens.net with Microsoft SMTPSVC(6.0.3790.211); Wed, 25 May 2005 11:31:27 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C5610C.84EBE311" Subject: XSLT transofrmations Date: Wed, 25 May 2005 11:31:24 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: XSLT transofrmations Thread-Index: AcVhDITVsVoJt64MRRyhbpgYhpCzqQ== From: "Ammar Hedi \(stu\)" To: X-OriginalArrivalTime: 25 May 2005 09:31:27.0842 (UTC) FILETIME=[86C3FC20:01C5610C] X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C5610C.84EBE311 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello, I am a new user of Ant. I want to optimize my XSLT transformations : =20 " set JrePath=3D"%TS_LOCAL%\xml\jre1.4.1" set XercesPath=3D"%TS_LOCAL%\xml\xerces2.6.2" set XalanPath=3D"%TS_LOCAL%\xml\xalan2.6.0" =20 %JrePath%\bin\java.exe -Djava.endorsed.dirs=3D%XercesPath%;%XalanPath% -Duser.language=3Den -Dorg.apache.xerces.xni.parser.XMLParserConfiguration=3Dorg.apache.xerces= . parsers.XIncludeParserConfigurationorg.apache.xalan.xslt.Process org.apache.xalan.xslt.Process -IN projet1 -XSL XSLfile1.xsl -OUT out1.html -param param1 paramvalue1 =20 ...org.apache.xalan.xslt.Process -IN projet2 -XSL XSLfile2.xsl -OUT out2.html -param param1 paramvalue2 ...org.apache.xalan.xslt.Process -IN projet3 -XSL XSLfile3.xsl -OUT out3.html -param param1 paramvalue3 =20 =20 .... I want to make this transformations using ANT with my own processor and parser and my own Java options (version, langage,..) like above. =20 thanks. =20 =20 Ammar Hedi =20 ------_=_NextPart_001_01C5610C.84EBE311--