解压在c盘

源代码在线查看: xtp-jsp-stylescript.xtp

软件大小: 4683 K
上传用户: xufengping716
关键词: 解压
下载地址: 免注册下载 普通下载 VIP

相关代码

																												XTP pages can use the counter just by adding the tag:												A counter example: <ct:counter id='test'/>												Here the patterns to do it.  For efficiency, we've added the 				 directive.  The cache directive tells XTP to execute the				stylesheet only once and cache the generated JSP file.												<#@ cache #>								counter[@id] <<				<%=				application.attribute[""]				%>				>>								counter <<				<%= application.attribute.counter++ %>				>>																																ct:get prints the value of a variable				ct:if generates an if statement				ct:iter loops																				ct:get <<				<%= <{@expr}> %>				>>																ct:if <<				<% if (<{@expr}>) { %>				  <xsl:apply-templates/>				<% } %>				>>																ct:iter[@index] <<				<% for (var <{@index}> in <{@expr}>) { %>				  <xsl:apply-templates/>				<% } %>				>>								ct:iter <<				<% for (var i in <{@expr}>) { %>				  <xsl:apply-templates/>				<% } %>				>>															

相关资源