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]

Re: using msxml.dll's xslt with c++


hello,
The XSLT processor is a COM object, so it can be invoked by any language
that can create a COM object

when u install a msxml parser there is an associatted SDK with the correct
nomenclature and progid, and yes i agree that there is no clear example at
the msdn site, but if u go to www.netcrucible.com you will see the visual
basic com calls, which should be easy to mimic.

hth, jim fuller



----- Original Message -----

From: "Hassan Salam" <Hassan80@gmx.net>
To: <XSL-List@lists.mulberrytech.com>
Sent: Monday, October 22, 2001 9:17 AM
Subject: [xsl] using msxml.dll's xslt with c++


> I've been working for some time now trying to do something I originally
> thought would be very simple:  I'm trying to programatically combine an
> XML document with an XSL stylesheet, to form another document (in this
> case just HTML), using msxml.dll.  For software engineering reasons, it
> seemed desireable to do this in c++...
>
> But I still couldn't do the simple transformation -- merge an XML document
> with a XSL stylesheet.
>
> in fact, I expected to easily find example code on the
> web or in msdn library, but almost no example code exists for this sort of
> thing in C++.
> If anyone have any example code or suggestions (besides what's on
> Microsoft's web site), I'd be very interested.
>
>
> Using MSXML.DLL version 4.00.8711.0
> MS Visual C++ 6.0
>
> Hassan
>
> --
> GMX - Die Kommunikationsplattform im Internet.
> http://www.gmx.net
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 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]