Subject: Re: executable but unreadable style sheet
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Fri, 28 Feb 2014 09:12:57 +0000
|
Saxon has an option to create obfuscated stylesheets to meet this need: see
http://saxonica.com/documentation/#!using-xsl/packaged-xslt
It's not intended to defeat a determined hacker, but should be good enough for
normal commercial purposes.
Michael Kay
Saxonica
On 28 Feb 2014, at 05:13, ranjith kumar <ranjithproxy@xxxxxxxxx> wrote:
> Hi,
>
> I want to send a style sheet(.xsl) file to a person.
> He should be able to execute that style sheet, but 'he should not be
> able to read it ie) the style sheet cannot be opened in any editor'.
> How to do it?
>
>
> Thanks in advance.
|