diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:25:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 18:25:40 +0100 |
commit | 0a2614c9e651a70a09da25ccf96b04662de6719d (patch) | |
tree | bcbed7459a775e21674282ffb33d07dc942b9097 /files/ko/web/xslt/element/apply-templates/index.html | |
parent | 7a19fcc400749230196db0c64b0bfbe626d193c4 (diff) | |
parent | f2db11d0be377464daa06807f993a562c7dc10ac (diff) | |
download | translated-content-0a2614c9e651a70a09da25ccf96b04662de6719d.tar.gz translated-content-0a2614c9e651a70a09da25ccf96b04662de6719d.tar.bz2 translated-content-0a2614c9e651a70a09da25ccf96b04662de6719d.zip |
Merge pull request #37 from fiji-flo/unslugging-ko
Unslugging ko
Diffstat (limited to 'files/ko/web/xslt/element/apply-templates/index.html')
-rw-r--r-- | files/ko/web/xslt/element/apply-templates/index.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/files/ko/web/xslt/element/apply-templates/index.html b/files/ko/web/xslt/element/apply-templates/index.html new file mode 100644 index 0000000000..7e5a800932 --- /dev/null +++ b/files/ko/web/xslt/element/apply-templates/index.html @@ -0,0 +1,34 @@ +--- +title: apply-templates +slug: Web/XSLT/Element/apply-templates +tags: + - XSLT_Reference +translation_of: Web/XSLT/Element/apply-templates +original_slug: Web/XSLT/apply-templates +--- +<p>{{ XsltRef() }}</p> +<p><code><xsl:apply-templates></code> 요소는 입력 트리 안 노드 집합을 선택하고 그 집합에 알맞은 템플릿을 적용하도록 처리기에게 지시합니다.</p> +<h3 id=".EB.AC.B8.EB.B2.95" name=".EB.AC.B8.EB.B2.95">문법</h3> +<pre><xsl:apply-templates select=EXPRESSION mode=NAME> + <xsl:with-param> [optional] + <xsl:sort> [optional] +</xsl:apply-templates></pre> +<h3 id=".ED.95.84.EC.88.98_.EC.86.8D.EC.84.B1" name=".ED.95.84.EC.88.98_.EC.86.8D.EC.84.B1">필수 속성</h3> +<p>없음.</p> +<h3 id=".EC.84.A0.ED.83.9D_.EC.86.8D.EC.84.B1" name=".EC.84.A0.ED.83.9D_.EC.86.8D.EC.84.B1">선택 속성</h3> +<dl> + <dt> + <code>select</code></dt> + <dd> + 처리할 노드를 지정하는 XPath 식을 씁니다. 별표(<code>*</code>)는 전체 노드 집합을 선택합니다. 이 속성이 없으면, 현재 노드의 모든 자식 노드를 선택합니다.</dd> + <dt> + <code>mode</code></dt> + <dd> + 같은 노드를 정의하는 다양한 처리 방법이 있다면, 그 방법들을 구별합니다.</dd> +</dl> +<h3 id=".ED.83.80.EC.9E.85" name=".ED.83.80.EC.9E.85">타입</h3> +<p>명령, 템플릿 안에 나타남</p> +<h3 id=".EC.A0.95.EC.9D.98" name=".EC.A0.95.EC.9D.98">정의</h3> +<p><a class="external" href="http://www.w3.org/TR/xslt#section-Applying-Template-Rules">XSLT section 5.4, Applying Template Rules</a></p> +<h3 id="Gecko_.EC.A7.80.EC.9B.90" name="Gecko_.EC.A7.80.EC.9B.90">Gecko 지원</h3> +<p>지원함.</p> |