basic.xtp

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

XTP
18
字号
<?xml-stylesheet href='basic.xsl'?><title>XSL basic</title><body bgcolor=white><h1>Basic Rewriting</h1><p><a href='../view_source.jsp?xsl/basic.xtp'>This example</a> justshows adding a simple custom tag to a mostly-JSP example.  <a href='../view_source.jsp?xsl/WEB-INF/xsl/basic.xsl'>The stylesheet</a> is alsovery simple.  It just rewrites the &lt;a> tag.<p>The XTP source can have JSP, like 2 + 2 = <%= 2 + 2 %><p>The only special tag is &lt;a href>, which automatically rewrites the&lt;a href=foo/> to &lt;a href='&lt;%= response.encodeURL("foo") %>'></body>

⌨️ 快捷键说明

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