RE: [xsl] xsl and SSL

Subject: RE: [xsl] xsl and SSL
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Mon, 26 Nov 2001 10:49:42 -0000
>
> I am trying to use apply an xsl style sheet to an xml page
> called through a
> site using SSL
>
> ie. https://xxx.xxx.xxx.xxx/call_dev/tools/Page1.xml
>
> but I get the following error...
>
> The download of the specified resource has failed. Error
> processing resource
> 'https://xxx.xxx.xxx.xxx/call_dev/tools/ss.xsl'.
>

You don't say what processing environment you are using, but in general,
executing stylesheets from random locations on the web isn't safe, because
they may contain calls to extension functions that do arbitrary damage.
Therefore, some processing environments will stop you doing this.

Mike Kay


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


Current Thread