📄 xsl.xtp
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -