HTML: Markup language
CSS: Styling language
JavaScript: Scripting language
Web APIs: Programming interfaces
All web technology
Learn web development
Discover our tools
Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
View in English Always switch to English
<xsl:call-template> 요소는 이름 붙인 템플릿을 호출합니다.
<xsl:call-template>
<xsl:call-template name=NAME> <xsl:with-param> [optional] </xsl:call-template>
name
호출하고 싶은 템플릿의 이름을 지정합니다.
없음.
명령, 템플릿 안에 나타남.
XSLT section 6, Named Templates
지원함.