I have to admit that I’m still using Visual C++ 6 and don’t plan to upgrade any time soon due to the complexity of the project I’m working on.
Can anyone provide me an example to transform XML data with XSLT stylesheet using Visual C++ 6 in unmanaged code? If this old workhorse doesn’t have that feature, which component is considered to be the best in the market?
From Windows apps one XSLT processor to use is the COM object as part of the MSXML SDK. (I have used early versions of this with VS6 but as it is COM I can’t see why this will not work with the latest version)
You can also use pure C/C++ libraries such as Xalan or Aribica