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]

XLS files scrambling



      Hi everybody,

      I am a newbie to this list. I have the following problem: 

      I have created some XSL files that convert data from XML to WML.
      The XSL files are invoked from within a Java servlet (using Xalan and Xerces)
      I would like to scramble those files so that nobody else can read them.
      I imagine that I could compile the stylesheet once like this:
      StylesheetRoot style = processor.processStylesheet (new XSLTInputSource("foo.xsl"));
      then save the style object to disk and use it for all subsequent transofrmations.

      Will this work ? Is there any other way ?

      I hope that I am not breaking some rules here regarding free s/w distribution :-)

      Thanx in advance,

> George Prezerakos, Ph.D.
> Mobile Internet Applications Development
> Ericsson Hellas S.A.	
      e-mail:george.prezerakos@etg.ericsson.se





 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]