How to encode data of XSLT stylesheet
问题 I have generated an XSLT stylesheet which converts an XML file to an ePub . I use saxon9.jar to convert the XML using XSLT . Now I need to know whether I can make the XSLT code binary. Is it possible using java , so that I can generate a jar file which converts the XML to ePub using saxon , provided that the content of XSLT file is not readable. 回答1: The problem got resolved after I read this page: http://saxon.sourceforge.net/saxon7.6/using-xsl.html#Compiling 回答2: One possibility would be to