I am generating xml and xsl documents from an Excel spreadsheet by using RustemSoft XML Converter.
I am trying to transform them within my ASP page by using the MSXML4 object.
Could somebody help me to figure out how to transform the two documents?
Thanx!
Hi VasaCheh,
Here is the code I am using within an ASP page to transform an XML & an XSL.
-------------------------------
Dim anXML, anXSL, anOut
set anXML = server.CreateObject("Msxml2.DOMDocument"
set anXSL = server.CreateObject("Msxml2.DOMDocument"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.