Subject: Re: Passing Command line params
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Tue, 30 Jul 2002 09:35:54 +0100
|
Hi Kalyan,
> can some one suggest me how I can pass command line parameter of a
> file name to an XSL file. I use MSXSL for merging XML files using an
> XSL file. I need to pass one of the file names as a command line
> parameter.
After specifying the other options that you might be using, use the
syntax param=value. For example:
C:\> msxsl test.xml test.xsl -o out.xml file=more.xml
will pass the string "more.xml" as the value of the $file parameter.
Don't forget that you need to use quotes around parameter values that
include spaces.
(BTW, using:
C:\> msxsl -?
gets you information about the syntax of using MSXML from the command
line.)
Cheers,
Jeni
---
Jeni Tennison
http://www.jenitennison.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|