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