xsl.xtp
来自「resinweb服务器源文件」· XTP 代码 · 共 17 行
XTP
17 行
<title>Introduction</title>XSL, the XML Stylesheet Language, converts XML or HTML documents intoformatted HTML pages. The source pages can focus on content whilethe stylesheet can concentrate on formatting.<p/>You can also use XSL to convert from any XML file to another XML. In fact,since XSL uses an XML syntax, you could even use XSL to create an XSL file!<p/>XSL can be used in a number of useful ways:<ul><li>From the command line to precompile documents<li>In a servlet engine with XTP or XSL-Filtering<li>Called directly from an application for dynamic conversions</ul>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?