xalancommandline

来自「j2ee API 开发重要工具 免费下载 欢迎使用」· 代码 · 共 16 行

TXT
16
字号
#!/bin/csh## Use the fast start (-f) option on the run command so that it doesn't# read the .cshrc and overwrite the path.source ../../env.cfgecho Running Xalan from command linerm -f ../samples/$3.html$BIN/run  -v                          \   org.apache.xalan.xslt.Process  \   -IN ../samples/article3.xml    \   -XSL ../samples/article3.xsl

⌨️ 快捷键说明

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