--- title: with-param slug: Web/XSLT/with-param tags: - XSLT_Reference translation_of: Web/XSLT/Element/with-param ---
{{ XsltRef() }}
<xsl:with-param>
요소는 템플릿에 건네는 매개변수 값을 지정합니다.
<xsl:with-param name=NAME select=EXPRESSION> TEMPLATE </xsl:with-param>
name
select
하위명령, 항상 <xsl:apply-templates>
이나 code><xsl:call-template></code> 요소 안에 나타남.
XSLT section 11.6, Passing Parameters to Templates
지원함.