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]
Other format: [Raw text]

RE: xsl:include from different server


> Is it possible to include a Stylesheet from a different server .
> Something that would look like or some other way around .
>    <xsl:include href="http://reports/header.xsl"/>
>
Yes, it is possible. Of course, the details of what is accessible depend on
your processor and the environment it is running in (e.g. firewalls).

Also, there is a security issue that not many people seem to know about. If
the stylesheet contains calls to extension functions, it can do arbitrary
damage to your machine. So don't invoke a stylesheet unless you trust it.

Recent releases of Saxon include a switch to disable calling of extension
functions, for this reason.

Mike Kay


 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]