>
> 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 |
- xsl and SSL
- Clive Bredenkamp - Mon, 26 Nov 2001 04:59:53 -0500 (EST)
- cutlass - Mon, 26 Nov 2001 05:03:33 -0500 (EST)
- Michael Kay - Mon, 26 Nov 2001 05:42:50 -0500 (EST) <=
- Paul Brown - Mon, 26 Nov 2001 09:59:46 -0500 (EST)
- <Possible follow-ups>
- Clive Bredenkamp - Mon, 26 Nov 2001 05:07:15 -0500 (EST)
- Eugene Kuznetsov - Mon, 26 Nov 2001 11:28:06 -0500 (EST)
- timw - Mon, 26 Nov 2001 17:44:33 -0500 (EST)
|
|