This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

MSXML3: Processing Instruction xml-stylesheet doesnt allow a complete URL as href


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]