Re: [xsl] Passing Command line params

Subject: Re: [xsl] Passing Command line params
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Thu, 1 Aug 2002 11:27:19 +0100
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


Current Thread