Re: [xsl] executable but unreadable style sheet

Subject: Re: [xsl] executable but unreadable style sheet
From: Wolfgang Laun <wolfgang.laun@xxxxxxxxx>
Date: Fri, 28 Feb 2014 08:54:49 +0100
On 28/02/2014, 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'.

That's not a good definition. Emacs will "open" any file that can be read.

You can implement the transformation using a library for a language
that can be compiled and send the executable. Reverse engineering
is not impossible but usually more expensive than writing it.

-W

> How to do it?
>
>
> Thanks in advance.

Current Thread