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:with-param> 요소는 템플릿에 건네는 매개변수 값을 지정합니다.
<xsl:with-param>
<xsl:with-param name=NAME select=EXPRESSION> TEMPLATE </xsl:with-param>
name
이 매개변수에 이름을 줍니다.
select
XPath 식을 거치는 매개변수 값을 정의합니다. 요소가 템플릿을 포함하면, 이 속성은 무시합니다.
하위명령, 항상 <xsl:apply-templates>이나 <xsl:call-template> 요소 안에 나타남.
<xsl:apply-templates>
<xsl:call-template>
XSLT section 11.6, Passing Parameters to Templates
지원함.