举报投诉联系我们 手机版 热门标签 鳄鱼CMS
您的位置:鳄鱼CMS > XSLT <xsl:call-template> 元素

XSLT <xsl:call-template> 元素

2023-06-17 04:31 XSLT教程

 XSLT <xsl:call-template> 元素

XSLT <xsl:call-template> 元素

XSLT <xsl:call-template> 元素根据名称调用模板。


XSLT 元素参考手册 完整的 XSLT 元素参考手册

定义和用法

<xsl:call-template> 元素可调用一个指定的模板。


语法

<xsl:call-template name="templatename">

<!-- Content:xsl:with-param* -->

</xsl:call-template>

属性

属性 描述
name templatename 必需。规定被调用的模板名称。

实例 1

当处理程序找到一个 car 元素时,调用名为 "description" 的模板:

<xsl:template match="car">
<xsl:call-template name="description"/>
</xsl:template>

XSLT 元素参考手册 完整的 XSLT 元素参考手册
阅读全文
以上是鳄鱼CMS为你收集整理的 XSLT <xsl:call-template> 元素全部内容。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
相关文章
© 2024 鳄鱼CMS eyucms.com 版权所有 联系我们