xtp-index.xtp

来自「解压在c盘」· XTP 代码 · 共 41 行

XTP
41
字号
<title keywords="xsl,xslt,xml,jsp,resin,caucho,template">XML/XSLT</title><resin/>'s XSL follows the 1.0 W3C specification.  Differences from thespec are contained in the <a href='../errata.xtp'>errata</a> page.<subsection><title><a href="xml/parsing.xtp">XML Parsing</a></title>Resin's XML parser uses the JAXP API <a href='xpath.xtp'>XML path language</a>,a pattern matching language for selecting nodes in an XML tree.  The most useful subset is covered here.  For the full description, seethe XPath 1.0 spec.</subsection><subsection title="XPath">XSL's power comes from the <a href='xpath.xtp'>XML path language</a>,a pattern matching language for selecting nodes in an XML tree.  The most useful subset is covered here.  For the full description, seethe XPath 1.0 spec.</subsection><subsection title="XSLT">Reference guide to the <a href='xsl.xtp'>XSL tags.</a>The most useful subset is covered here.  For the full description, seethe XSLT 1.0 spec.</subsection><subsection title="StyleScript">For those put off by XSL's verbosity, <resin/> offers <ahref='xslt-lite.xtp'>StyleScript</a>. StyleScript retains the fullcapabilities of XSLT.  It simplifies HTML generation by focusing onuninterpreted text, so '&amp;lt' produces 4 characters. StyleScript alsoprovides some syntactic sugar.</subsection><subsection title="Serif (XTP)">If you're unfamiliar with XSL, the <ahref='xtp-intro.xtp'>introduction</a> gives a brief overview ofcreating web pages with XTP and XSL.</subsection>

⌨️ 快捷键说明

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