You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by David Bertoni <db...@apache.org> on 2008/07/29 17:45:43 UTC

Re: Xalan windows command: How to pass parameter to xsl in windows command prompt ???????

Sathasivam, Elayaraja wrote:
> Could any one tell the windows command how to transform from xml to .txt 
> file with passing parameter such as
> 
> XalanTransform  ForumXML.xml ForumXSL.xsl   output.txt   ( How to pass 
> parameter to xsl in windows command prompt ??????? )
The XalanTransform sample application has no support for command line 
parameters other than the source file name and the stylesheet file name.

Please use the Xalan.exe application, which supports passing command 
line parameters.  Also, please read the documentation on the Xalan-C web 
page, as it may answer some of your questions.

Dave