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 <a> tag.<p>The XTP source can have JSP, like 2 + 2 = <%= 2 + 2 %><p>The only special tag is <a href>, which automatically rewrites the<a href=foo/> to <a href='<%= response.encodeURL("foo") %>'></body>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?