|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
IIS 5.0 xml / xsl problem
Hi
I've been working on an ASP application using xml / xsl - my development machine runs XP pro and IIS 5.1 and everything works fine. I've just moved it all over on a server running IIS 5.0 on win 2000 server and the same code doesn't work, but it doesn't error either. I was hoping that somebody might have a suggestion... The relevant code is in an include file: <% 'Load XML dim xml, xsl set xml = Server.CreateObject("Microsoft.XMLDOM") xml.async = false xml.load(Server.MapPath("xadmin/admin_framework/news_manager/news.xml")) 'Load XSL set xsl = Server.CreateObject("Microsoft.XMLDOM") xsl.async = false xsl.load(Server.MapPath("xadmin/admin_framework/news_manager/xnews.xsl")) 'Transform file response.Write(xml.transformNode(xsl)) %> I'm guessing that it just isn't either loading the xsl file or transforming the xml file with the xsl file. The same server has no problems loading an xml file so I can mess about with it with ASP. Any help appreciated. Cheers. |
|
#2
|
|||
|
|||
|
I believe the xml components are loaded with IE. Is IE at the latest version on the W2K box?
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
|
#3
|
|||
|
|||
|
Hi
I think you might be right - the version of IE on the server is 5.0 (nobody has ever seen the need to upgrade it) I'm going to download the MSXML 3.0 and maybe MSXML 4 parsers from Microsoft and see if that works, and if that doesn't work I'll upgrade IE and see what happens... Flipflops. I've just installed MSXML 3.0 on the server (had to restart) and it works. ![]() |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > IIS 5.0 xml / xsl problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|