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 "Sathasivam, Elayaraja" <el...@capgemini.com> on 2008/07/28 10:26:13 UTC

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

 

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 ??????? )

 

 

 

 

Regards,

Raja 

 







This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is 
intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to 
read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message 
in error, please notify the sender immediately and delete all copies of this message.

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

Posted by David Bertoni <db...@apache.org>.
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