This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Passing Command line params


Hi Kalyan,

> what I need to do is, I have to invoke msxsl from my C++ code with
> this parameter. Can some one please let me know, how I will be able
> to do this.

You mean invoke MSXML from your C++ code, presumably? (MSXML is the
DLL, msxsl is a wrapper for MSXML that allows you to use it on the
command line.)

I know nothing about C++ programming, but from the documentation I
think you can use the addParameter() method. If you search for
addParameter in the MSXML SDK documentation there's a long C++ example
demonstrating what to do.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]