⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.cjaxp

📁 jsp文件上传下载全攻略
💻 CJAXP
字号:
======================================================================
The XSLT Compiler (XSLTC) is a Java-based tool for compiling XSL
stylesheets into extremely lightweight and portable Java byte code.

This Compiled JAXP Demo shows you one way to compile and use compiled 
translets with JAXP.

Use the two classes provided, Compile and Transform, just like the 
org.apache.xalan.xsltc.cmdline Compile and Transform classes.

Compile.java
     Compiles an XSL stylesheet into a translet, which is written to
     a '.class' file.
     
Transform.java
     Constructs a TransformerFactory and asks it to load a translet
     in the form of a Transformer.  The translet performs the
     transformation on behalf of the Transformer.transform() method.

Usage
     java Compile <stylesheet.xsl>
     java Transform <xmlfile.xml> <stylesheet>
----------------------------------------------------------------------
END OF README

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -