| AW: XSLT transofrmations | AW: XSLT transofrmations 2005-05-25 - By Jan.Materne@(protected)
<java> ?
Jan
> -----Urspr?ngliche Nachricht----- > Von: Ammar Hedi (stu) [mailto:hedi.ammar@(protected)] > Gesendet am: Mittwoch, 25. Mai 2005 11:31 > An: user@(protected) > Betreff: XSLT transofrmations > > 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.apac > he.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 > >
|
|
 |