[xsl] MSXML3: Processing Instruction xml-stylesheet doesnt allow a comp lete URL as href

Subject: [xsl] MSXML3: Processing Instruction xml-stylesheet doesnt allow a comp lete URL as href
From: Carsten Bode <cbode@xxxxxxxxxxxxxxx>
Date: Mon, 24 Sep 2001 19:13:55 +0200
Hello together,
I try to process a XML document with a Stylesheet within IE5/MSXML3.
It works nicely if the PI in the XML document looks like:
	
	  <?xml:stylesheet type="text/xsl" href='cfg1.xsl'?>

Now I change the XML file to specify a stylesheet on another compuer. It
does not work:

	 <?xml:stylesheet type="text/xsl"
href='http://192.168.0.2/cfg1.xsl'?>

The browser gives an error "access denied".
A trace on the LAN shows that the browser doesnt even try to access the
resource.


Does anybody know about this problem ?


Kind regards,
 Carsten Bode

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread