Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
XSLT transofrmations

XSLT transofrmations

2005-05-25       - By Ammar Hedi (stu)
Reply:     1     2     3  

Hello,
I am a new user of Ant.
I want to optimize my XSLT transformations :

"
set JrePath="%TS_LOCAL%\xml\jre1.4.1"
set XercesPath="%TS_LOCAL%\xml\xerces2.6.2"
set XalanPath="%TS_LOCAL%\xml\xalan2.6.0"


%JrePath%\bin\java.exe -Djava.endorsed.dirs=%XercesPath%;%XalanPath%
-Duser.language=en
-Dorg.apache.xerces.xni.parser.XMLParserConfiguration=org.apache.xerces.
parsers.XIncludeParserConfigurationorg.apache.xalan.xslt.Process
org.apache.xalan.xslt.Process -IN projet1 -XSL XSLfile1.xsl -OUT
out1.html -param param1 paramvalue1

...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


....
I want to make this transformations using ANT with my own processor and
parser and my own Java options (version, langage,..) like above.

thanks.


Ammar Hedi


©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.