Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Re: xsl appears in html output >Thread Next - Re: xsl appears in html output Re: xsl appears in html outputTo: NULL Date: 7/3/2006 1:43:00 PM Janette wrote: > I have discovered that the server that works has the following dll's that > are not on the server that doesn't work > msxml2.dll > msxml2a.dll > msxml2r.dll > msxml3.dll > msxml3a.dll > msxml3r.dll Forget about msxml2, you only need msxml3, that is MSXML 3 to run XSLT transformations. You can download MSXML 3 from <http://msdn.microsoft.com/XML/XMLDownloads/default.aspx> If you want to run XSLT transformations regularly then it might make sense to switch to MSXML 4 or MSXML 6 however as they should give you a better performance. The ASP code running the transformation needs to be changed then to create the proper objects with version specific program ids like e.g. Set xmlDocument = CreateObject("Msxml2.DOMDocument.4.0") for the DOM document of MSXML 4. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
