--- title: call-template slug: Web/XSLT/call-template tags: - XSLT_Reference translation_of: Web/XSLT/Element/call-template ---
{{ XsltRef() }}
<xsl:call-template>
요소는 이름 붙인 템플릿을 호출합니다.
<xsl:call-template name=NAME> <xsl:with-param> [optional] </xsl:call-template>
name
없음.
명령, 템플릿 안에 나타남.
XSLT section 6, Named Templates
지원함.
{{ languages( { "en": "en/XSLT/call-template" } ) }}