XSL on client side

admin

Administrator
Staff member
I have an ISAPI extension dll on the server side that is returning an XMLdocument. This document references an XSL file on the client side. But thebrowser ignores the xsl and just displays the text of the xml file. (it displaysok if both files are on the client side and I open the xml file).<?xml version="1.0" ?><?xml-stylesheet type="text/xsl" href=http://forums.devx.com/archive/index.php/"d:/testapps/xmlserver/debug/savmse.xsl"?><Configuration><Logs>General Messages</Logs><ReportData>Keep Forever</ReportData></Configuration>
 
Back
Top