XSLT <xsl:call-template> ÔªËØ

¶¨ÒåºÍÓ÷¨

<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>
VUE