aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/xslt
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
commitf2db11d0be377464daa06807f993a562c7dc10ac (patch)
tree9444d300cea8bc73ff4d17be83b42d2350f64ebd /files/ko/web/xslt
parentee778d6eea54935fd05022e0ba8c49456003381a (diff)
downloadtranslated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.gz
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.bz2
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.zip
unslug ko: modify
Diffstat (limited to 'files/ko/web/xslt')
-rw-r--r--files/ko/web/xslt/element/apply-imports/index.html3
-rw-r--r--files/ko/web/xslt/element/apply-templates/index.html3
-rw-r--r--files/ko/web/xslt/element/attribute-set/index.html3
-rw-r--r--files/ko/web/xslt/element/attribute/index.html3
-rw-r--r--files/ko/web/xslt/element/call-template/index.html3
-rw-r--r--files/ko/web/xslt/element/choose/index.html3
-rw-r--r--files/ko/web/xslt/element/comment/index.html3
-rw-r--r--files/ko/web/xslt/element/copy-of/index.html3
-rw-r--r--files/ko/web/xslt/element/copy/index.html3
-rw-r--r--files/ko/web/xslt/element/decimal-format/index.html3
-rw-r--r--files/ko/web/xslt/element/fallback/index.html3
-rw-r--r--files/ko/web/xslt/element/for-each/index.html3
-rw-r--r--files/ko/web/xslt/element/if/index.html3
-rw-r--r--files/ko/web/xslt/element/import/index.html3
-rw-r--r--files/ko/web/xslt/element/include/index.html3
-rw-r--r--files/ko/web/xslt/element/key/index.html3
-rw-r--r--files/ko/web/xslt/element/message/index.html3
-rw-r--r--files/ko/web/xslt/element/namespace-alias/index.html3
-rw-r--r--files/ko/web/xslt/element/number/index.html3
-rw-r--r--files/ko/web/xslt/element/otherwise/index.html3
-rw-r--r--files/ko/web/xslt/element/output/index.html3
-rw-r--r--files/ko/web/xslt/element/param/index.html3
-rw-r--r--files/ko/web/xslt/element/preserve-space/index.html3
-rw-r--r--files/ko/web/xslt/element/processing-instruction/index.html3
-rw-r--r--files/ko/web/xslt/element/sort/index.html3
-rw-r--r--files/ko/web/xslt/element/strip-space/index.html3
-rw-r--r--files/ko/web/xslt/element/stylesheet/index.html3
-rw-r--r--files/ko/web/xslt/element/template/index.html3
-rw-r--r--files/ko/web/xslt/element/text/index.html3
-rw-r--r--files/ko/web/xslt/element/transform/index.html3
-rw-r--r--files/ko/web/xslt/element/value-of/index.html3
-rw-r--r--files/ko/web/xslt/element/variable/index.html3
-rw-r--r--files/ko/web/xslt/element/when/index.html3
-rw-r--r--files/ko/web/xslt/element/with-param/index.html3
-rw-r--r--files/ko/web/xslt/xslt_js_interface_in_gecko/index.html3
-rw-r--r--files/ko/web/xslt/xslt_js_interface_in_gecko/introduction/index.html3
-rw-r--r--files/ko/web/xslt/xslt_js_interface_in_gecko/setting_parameters/index.html3
37 files changed, 74 insertions, 37 deletions
diff --git a/files/ko/web/xslt/element/apply-imports/index.html b/files/ko/web/xslt/element/apply-imports/index.html
index 9377bd2538..a3e2a34f57 100644
--- a/files/ko/web/xslt/element/apply-imports/index.html
+++ b/files/ko/web/xslt/element/apply-imports/index.html
@@ -1,9 +1,10 @@
---
title: apply-imports
-slug: Web/XSLT/apply-imports
+slug: Web/XSLT/Element/apply-imports
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/apply-imports
+original_slug: Web/XSLT/apply-imports
---
<p>{{ XsltRef() }}</p>
<p><br>
diff --git a/files/ko/web/xslt/element/apply-templates/index.html b/files/ko/web/xslt/element/apply-templates/index.html
index fdb8662849..7e5a800932 100644
--- a/files/ko/web/xslt/element/apply-templates/index.html
+++ b/files/ko/web/xslt/element/apply-templates/index.html
@@ -1,9 +1,10 @@
---
title: apply-templates
-slug: Web/XSLT/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>&lt;xsl:apply-templates&gt;</code> 요소는 입력 트리 안 노드 집합을 선택하고 그 집합에 알맞은 템플릿을 적용하도록 처리기에게 지시합니다.</p>
diff --git a/files/ko/web/xslt/element/attribute-set/index.html b/files/ko/web/xslt/element/attribute-set/index.html
index e4b34b6b21..9f9bb349fc 100644
--- a/files/ko/web/xslt/element/attribute-set/index.html
+++ b/files/ko/web/xslt/element/attribute-set/index.html
@@ -1,9 +1,10 @@
---
title: attribute-set
-slug: Web/XSLT/attribute-set
+slug: Web/XSLT/Element/attribute-set
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/attribute-set
+original_slug: Web/XSLT/attribute-set
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:attribute-set&gt;</code> 요소는 CSS 안에 이름 붙인 스타일과 비슷한 방식으로 이름 붙인 속성 집합을 만듭니다. 그러면, 출력 문서에 전체로서 적용할 수 있습니다.</p>
diff --git a/files/ko/web/xslt/element/attribute/index.html b/files/ko/web/xslt/element/attribute/index.html
index 1c348584f7..f4a75657d1 100644
--- a/files/ko/web/xslt/element/attribute/index.html
+++ b/files/ko/web/xslt/element/attribute/index.html
@@ -1,9 +1,10 @@
---
title: attribute
-slug: Web/XSLT/attribute
+slug: Web/XSLT/Element/attribute
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/attribute
+original_slug: Web/XSLT/attribute
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:attribute&gt;</code> 요소는 스타일시트에서 접근할 수 있는 어떤 값을 써서 출력 문서에 속성을 만듭니다. 요소는 속성값을 자리 잡게 하는 출력 문서 요소 안에 정의한 것 가운데 처음이어야 합니다.</p>
diff --git a/files/ko/web/xslt/element/call-template/index.html b/files/ko/web/xslt/element/call-template/index.html
index c5aa8c1a53..623ba72623 100644
--- a/files/ko/web/xslt/element/call-template/index.html
+++ b/files/ko/web/xslt/element/call-template/index.html
@@ -1,9 +1,10 @@
---
title: call-template
-slug: Web/XSLT/call-template
+slug: Web/XSLT/Element/call-template
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/call-template
+original_slug: Web/XSLT/call-template
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:call-template&gt;</code> 요소는 이름 붙인 템플릿을 호출합니다.</p>
diff --git a/files/ko/web/xslt/element/choose/index.html b/files/ko/web/xslt/element/choose/index.html
index ea615e7e15..cb8162c00a 100644
--- a/files/ko/web/xslt/element/choose/index.html
+++ b/files/ko/web/xslt/element/choose/index.html
@@ -1,9 +1,10 @@
---
title: choose
-slug: Web/XSLT/choose
+slug: Web/XSLT/Element/choose
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/choose
+original_slug: Web/XSLT/choose
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:choose&gt;</code> 요소는 많은 선택 가운데 하나를 정의합니다. 그리고 절차형 언어(procedural language)의 스위치 문처럼 동작합니다.</p>
diff --git a/files/ko/web/xslt/element/comment/index.html b/files/ko/web/xslt/element/comment/index.html
index 56b12a9968..33ab342b71 100644
--- a/files/ko/web/xslt/element/comment/index.html
+++ b/files/ko/web/xslt/element/comment/index.html
@@ -1,9 +1,10 @@
---
title: comment
-slug: Web/XSLT/comment
+slug: Web/XSLT/Element/comment
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/comment
+original_slug: Web/XSLT/comment
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:comment&gt;</code> 요소는 출력 문서에 주석을 작성합니다. 오직 텍스트만 포함해야 합니다.</p>
diff --git a/files/ko/web/xslt/element/copy-of/index.html b/files/ko/web/xslt/element/copy-of/index.html
index cfd00ae443..99619c2bba 100644
--- a/files/ko/web/xslt/element/copy-of/index.html
+++ b/files/ko/web/xslt/element/copy-of/index.html
@@ -1,9 +1,10 @@
---
title: copy-of
-slug: Web/XSLT/copy-of
+slug: Web/XSLT/Element/copy-of
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/copy-of
+original_slug: Web/XSLT/copy-of
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:copy-of&gt;</code> 요소는 select 속성이 출력 문서에 무엇을 지정하든지 (자손 노드를 포함하여) 깊게 복사(deep copy)합니다.</p>
diff --git a/files/ko/web/xslt/element/copy/index.html b/files/ko/web/xslt/element/copy/index.html
index 7d6e480167..9d88349f6f 100644
--- a/files/ko/web/xslt/element/copy/index.html
+++ b/files/ko/web/xslt/element/copy/index.html
@@ -1,9 +1,10 @@
---
title: copy
-slug: Web/XSLT/copy
+slug: Web/XSLT/Element/copy
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/copy
+original_slug: Web/XSLT/copy
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:copy&gt;</code> 요소는 출력 문서에 현재 노드의 노드와 어떤 관련 이름공간 노드만을 얕게 복사(shallow copy) 전달합니다. 속성이나 자식은 복사하지 않습니다.</p>
diff --git a/files/ko/web/xslt/element/decimal-format/index.html b/files/ko/web/xslt/element/decimal-format/index.html
index 83e51a2e90..3547ebce4f 100644
--- a/files/ko/web/xslt/element/decimal-format/index.html
+++ b/files/ko/web/xslt/element/decimal-format/index.html
@@ -1,9 +1,10 @@
---
title: decimal-format
-slug: Web/XSLT/decimal-format
+slug: Web/XSLT/Element/decimal-format
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/decimal-format
+original_slug: Web/XSLT/decimal-format
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:decimal-format&gt;</code> 요소는
diff --git a/files/ko/web/xslt/element/fallback/index.html b/files/ko/web/xslt/element/fallback/index.html
index af407f4512..df4ad29dc2 100644
--- a/files/ko/web/xslt/element/fallback/index.html
+++ b/files/ko/web/xslt/element/fallback/index.html
@@ -1,9 +1,10 @@
---
title: fallback
-slug: Web/XSLT/fallback
+slug: Web/XSLT/Element/fallback
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/fallback
+original_slug: Web/XSLT/fallback
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:fallback&gt;</code> 요소는 주어진 확장(이나 결국에는 새 버전) 요소에서 지원하지 않으면 쓸 템플릿을 지정합니다.</p>
diff --git a/files/ko/web/xslt/element/for-each/index.html b/files/ko/web/xslt/element/for-each/index.html
index 6beb713190..12e3c53000 100644
--- a/files/ko/web/xslt/element/for-each/index.html
+++ b/files/ko/web/xslt/element/for-each/index.html
@@ -1,9 +1,10 @@
---
title: for-each
-slug: Web/XSLT/for-each
+slug: Web/XSLT/Element/for-each
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/for-each
+original_slug: Web/XSLT/for-each
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:for-each&gt;</code> 요소는 노드 집합을 선택하고 같은 방식으로 각 노드를 처리합니다. 노드 집합을 되풀이하(iterate)거나 현재 노드를 바꾸는데 자주 씁니다. 하나 이상의 <code>&lt;xsl:sort&gt;</code> 요소가 이 요소의 자식으로 나타나면, 처리에 앞서 정렬을 합니다. 그렇지 않으면, 노드는 문서 순으로 처리합니다.</p>
diff --git a/files/ko/web/xslt/element/if/index.html b/files/ko/web/xslt/element/if/index.html
index 2c56b7d218..062d4b661a 100644
--- a/files/ko/web/xslt/element/if/index.html
+++ b/files/ko/web/xslt/element/if/index.html
@@ -1,9 +1,10 @@
---
title: if
-slug: Web/XSLT/if
+slug: Web/XSLT/Element/if
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/if
+original_slug: Web/XSLT/if
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:if&gt;</code> 요소는 test 속성과 템플릿을 포함합니다. test 속성을 참으로 평가하면, 템플릿을 처리합니다. 이것은 다른 언어의 if 문과 비슷합니다. 그러나, &lt;tt&gt;if-then-else&lt;/tt&gt; 문의 기능을 다하기 위해 <code>&lt;xsl:when&gt;</code>과 <code>&lt;xsl:otherwise&gt;</code> 자식이 하나씩 있는 <code>&lt;xsl:choose&gt;</code> 요소를 씁니다.</p>
diff --git a/files/ko/web/xslt/element/import/index.html b/files/ko/web/xslt/element/import/index.html
index 5a469656cb..cc21696d56 100644
--- a/files/ko/web/xslt/element/import/index.html
+++ b/files/ko/web/xslt/element/import/index.html
@@ -1,9 +1,10 @@
---
title: import
-slug: Web/XSLT/import
+slug: Web/XSLT/Element/import
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/import
+original_slug: Web/XSLT/import
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:import&gt;</code> 요소는 한 스타일시트의 컨텐트를 다른 스타일시트로 가져오는 역할을 하는 최상위 요소입니다. 대체로, 가져올 스타일시트의 컨텐트는 가져오는 스타일시트의 컨텐트보다 가져오기 우선순위가 낮습니다. 이는 포함되는 스타일시트의 컨텐트가 포함하는 스타일시트의 컨텐트와 우선순위가 정확히 같은 <code>&lt;xsl:include&gt;</code>와는 뚜렷이 다릅니다.</p>
diff --git a/files/ko/web/xslt/element/include/index.html b/files/ko/web/xslt/element/include/index.html
index 965d03a15f..c630a24fa9 100644
--- a/files/ko/web/xslt/element/include/index.html
+++ b/files/ko/web/xslt/element/include/index.html
@@ -1,9 +1,10 @@
---
title: include
-slug: Web/XSLT/include
+slug: Web/XSLT/Element/include
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/include
+original_slug: Web/XSLT/include
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:include&gt;</code> 요소는 한 스타일시트의 컨텐트를 다른 스타일시트에 합칩니다. <code>&lt;xsl:import&gt;</code>와는 달리, 포함되는 스타일시트의 컨텐트는 포함하는 스타일시트의 컨텐트와 우선순위가 정확히 같습니다.</p>
diff --git a/files/ko/web/xslt/element/key/index.html b/files/ko/web/xslt/element/key/index.html
index 733196810d..b90dc027fb 100644
--- a/files/ko/web/xslt/element/key/index.html
+++ b/files/ko/web/xslt/element/key/index.html
@@ -1,9 +1,10 @@
---
title: key
-slug: Web/XSLT/key
+slug: Web/XSLT/Element/key
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/key
+original_slug: Web/XSLT/key
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:key&gt;</code> 요소는 <code>key( )</code> 함수가 있는 스타일시트 어디서나 쓸 수 있는 이름 붙은 키를 선언합니다.</p>
diff --git a/files/ko/web/xslt/element/message/index.html b/files/ko/web/xslt/element/message/index.html
index d533a2d3c7..da7d0dc5e3 100644
--- a/files/ko/web/xslt/element/message/index.html
+++ b/files/ko/web/xslt/element/message/index.html
@@ -1,9 +1,10 @@
---
title: message
-slug: Web/XSLT/message
+slug: Web/XSLT/Element/message
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/message
+original_slug: Web/XSLT/message
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:message&gt;</code> 요소는 (NS에서 자바스크립트 콘솔에) 메시지를 출력하고 선택에 따라 스타일시트 실행을 끝냅니다. 디버깅에 유용할 수 있습니다.</p>
diff --git a/files/ko/web/xslt/element/namespace-alias/index.html b/files/ko/web/xslt/element/namespace-alias/index.html
index e085abc4e7..2eecc31677 100644
--- a/files/ko/web/xslt/element/namespace-alias/index.html
+++ b/files/ko/web/xslt/element/namespace-alias/index.html
@@ -1,9 +1,10 @@
---
title: namespace-alias
-slug: Web/XSLT/namespace-alias
+slug: Web/XSLT/Element/namespace-alias
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/namespace-alias
+original_slug: Web/XSLT/namespace-alias
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:namespace-alias&gt;</code> 요소는 스타일시트 이름공간을 출력 트리의 다른 이름공간으로 매기는(map) 데 드물게 쓰는 방안(device)입니다. 이 요소의 가장 평범한 쓰임은 다른 스타일시트로부터 스타일시트를 만드는 것입니다. 보통 <code>xsl:</code>가 접두사로 붙은 (결과 트리에 단순히 복사해도 좋을) LRE(literal result element)를 처리기가 오해하는 것을 막기 위해, 결과 트리의 XSLT 이름공간에 적당하게 도로 다시 바꿀 임시 이름공간을 할당합니다.</p>
diff --git a/files/ko/web/xslt/element/number/index.html b/files/ko/web/xslt/element/number/index.html
index b822625a0e..dee0854a78 100644
--- a/files/ko/web/xslt/element/number/index.html
+++ b/files/ko/web/xslt/element/number/index.html
@@ -1,9 +1,10 @@
---
title: number
-slug: Web/XSLT/number
+slug: Web/XSLT/Element/number
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/number
+original_slug: Web/XSLT/number
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:number&gt;</code> 요소는 숫자를 연속으로 셉니다. 또한 숫자를 빠르게 구성하는(format) 데도 쓸 수 있습니다.</p>
diff --git a/files/ko/web/xslt/element/otherwise/index.html b/files/ko/web/xslt/element/otherwise/index.html
index 50249dc0b4..166fccd78a 100644
--- a/files/ko/web/xslt/element/otherwise/index.html
+++ b/files/ko/web/xslt/element/otherwise/index.html
@@ -1,9 +1,10 @@
---
title: otherwise
-slug: Web/XSLT/otherwise
+slug: Web/XSLT/Element/otherwise
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/otherwise
+original_slug: Web/XSLT/otherwise
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:otherwise&gt;</code> 요소는 아무런 <code>&lt;xsl:when&gt;</code> 조건도 적용하지 않았을 때 취하면 좋을 동작을 정의하는 데 씁니다. 다른 프로그래밍 언어의 <code>else</code>나 <code>default</code> 경우와 비슷합니다.</p>
diff --git a/files/ko/web/xslt/element/output/index.html b/files/ko/web/xslt/element/output/index.html
index 97baf3f433..396209b19f 100644
--- a/files/ko/web/xslt/element/output/index.html
+++ b/files/ko/web/xslt/element/output/index.html
@@ -1,9 +1,10 @@
---
title: output
-slug: Web/XSLT/output
+slug: Web/XSLT/Element/output
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/output
+original_slug: Web/XSLT/output
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:output&gt;</code> 요소는 출력 문서의 특성을 조절합니다. method 속성이 있는 이 요소가 Netscape에서 정확하게 기능하도록 쓸 수 있어야 합니다. 7.0 현재, <code>method="text"</code>는 기대한 대로 동작합니다.</p>
diff --git a/files/ko/web/xslt/element/param/index.html b/files/ko/web/xslt/element/param/index.html
index e1bcf36e19..647bc6de91 100644
--- a/files/ko/web/xslt/element/param/index.html
+++ b/files/ko/web/xslt/element/param/index.html
@@ -1,9 +1,10 @@
---
title: param
-slug: Web/XSLT/param
+slug: Web/XSLT/Element/param
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/param
+original_slug: Web/XSLT/param
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:param&gt;</code> 요소는 이름과 선택에 따라 기본값으로 매개변수를 설정합니다. 최상위 요소로 쓸 때, 매개변수는 전역입니다. <code>&lt;xsl:template&gt;</code> 요소 안에서 쓰면, 매개변수는 그 템플릿에 대해 지역입니다. 이 경우에 요소는 템플릿의 첫 자식 요소여야 합니다.</p>
diff --git a/files/ko/web/xslt/element/preserve-space/index.html b/files/ko/web/xslt/element/preserve-space/index.html
index 771ffe81d6..d8f881ca93 100644
--- a/files/ko/web/xslt/element/preserve-space/index.html
+++ b/files/ko/web/xslt/element/preserve-space/index.html
@@ -1,9 +1,10 @@
---
title: preserve-space
-slug: Web/XSLT/preserve-space
+slug: Web/XSLT/Element/preserve-space
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/preserve-space
+original_slug: Web/XSLT/preserve-space
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:preserve-space&gt;</code> 요소는 공백을 보존하면 좋을 소스 문서의 요소를 정의합니다. 하나 이상의 요소가 있으면, 공백 문자로 이름을 구분하세요. 공백 보존하기가 기본 설정이므로 이 요소는 오직 <code>&lt;xsl:strip-space&gt;</code> 요소와 거꾸로 동작하기 위해 쓸 필요가 있습니다.</p>
diff --git a/files/ko/web/xslt/element/processing-instruction/index.html b/files/ko/web/xslt/element/processing-instruction/index.html
index ad1c6eaaf6..7050401821 100644
--- a/files/ko/web/xslt/element/processing-instruction/index.html
+++ b/files/ko/web/xslt/element/processing-instruction/index.html
@@ -1,9 +1,10 @@
---
title: processing-instruction
-slug: Web/XSLT/processing-instruction
+slug: Web/XSLT/Element/processing-instruction
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/processing-instruction
+original_slug: Web/XSLT/processing-instruction
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:processing-instruction&gt;</code> 요소는 출력 문서에 처리 명령을 씁니다.</p>
diff --git a/files/ko/web/xslt/element/sort/index.html b/files/ko/web/xslt/element/sort/index.html
index 22217ec61f..878933a511 100644
--- a/files/ko/web/xslt/element/sort/index.html
+++ b/files/ko/web/xslt/element/sort/index.html
@@ -1,9 +1,10 @@
---
title: sort
-slug: Web/XSLT/sort
+slug: Web/XSLT/Element/sort
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/sort
+original_slug: Web/XSLT/sort
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:sort&gt;</code> 요소는 <code>&lt;xsl:apply-templates&gt;</code>나 <code>&lt;xsl:for-each&gt;</code>가 선택한 노드에 정렬키를 정의하고 노드를 처리할 순서를 결정합니다.</p>
diff --git a/files/ko/web/xslt/element/strip-space/index.html b/files/ko/web/xslt/element/strip-space/index.html
index 7bbc485afd..3809c15ef1 100644
--- a/files/ko/web/xslt/element/strip-space/index.html
+++ b/files/ko/web/xslt/element/strip-space/index.html
@@ -1,9 +1,10 @@
---
title: strip-space
-slug: Web/XSLT/strip-space
+slug: Web/XSLT/Element/strip-space
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/strip-space
+original_slug: Web/XSLT/strip-space
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:strip-space&gt;</code> 요소는 공백을 지웠으면 하는 소스 문서의 요소를 정의합니다.</p>
diff --git a/files/ko/web/xslt/element/stylesheet/index.html b/files/ko/web/xslt/element/stylesheet/index.html
index 0119cec645..14357afada 100644
--- a/files/ko/web/xslt/element/stylesheet/index.html
+++ b/files/ko/web/xslt/element/stylesheet/index.html
@@ -1,9 +1,10 @@
---
title: stylesheet
-slug: Web/XSLT/stylesheet
+slug: Web/XSLT/Element/stylesheet
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/stylesheet
+original_slug: Web/XSLT/stylesheet
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:stylesheet&gt;</code>(나 동등한 <code>&lt;xsl:transform&gt;</code>) 요소는 스타일시트의 최외곽 요소입니다.</p>
diff --git a/files/ko/web/xslt/element/template/index.html b/files/ko/web/xslt/element/template/index.html
index 1ce4a66d2b..aef6bd013d 100644
--- a/files/ko/web/xslt/element/template/index.html
+++ b/files/ko/web/xslt/element/template/index.html
@@ -1,9 +1,10 @@
---
title: template
-slug: Web/XSLT/template
+slug: Web/XSLT/Element/template
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/template
+original_slug: Web/XSLT/template
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:template&gt;</code> 요소는 출력 생성 템플릿을 정의합니다. 이 요소는 match 속성이나 name 속성 집합이 있어야 합니다.</p>
diff --git a/files/ko/web/xslt/element/text/index.html b/files/ko/web/xslt/element/text/index.html
index 71bd6eceda..ce02fc6f17 100644
--- a/files/ko/web/xslt/element/text/index.html
+++ b/files/ko/web/xslt/element/text/index.html
@@ -1,9 +1,10 @@
---
title: text
-slug: Web/XSLT/text
+slug: Web/XSLT/Element/text
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/text
+original_slug: Web/XSLT/text
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:text&gt;</code> 요소는 출력 트리에 리터럴(literal) 텍스트를 씁니다. <code>#PCDATA</code>, 리터럴 텍스트, 엔티티 참조를 포함할 지도 모릅니다.</p>
diff --git a/files/ko/web/xslt/element/transform/index.html b/files/ko/web/xslt/element/transform/index.html
index 8071ebdad3..b1c398999c 100644
--- a/files/ko/web/xslt/element/transform/index.html
+++ b/files/ko/web/xslt/element/transform/index.html
@@ -1,9 +1,10 @@
---
title: transform
-slug: Web/XSLT/transform
+slug: Web/XSLT/Element/transform
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/transform
+original_slug: Web/XSLT/transform
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:transform&gt;</code> 요소는 <code><a href="ko/XSLT/stylesheet">&lt;xsl:stylesheet&gt;</a></code> 요소와 정확히 같습니다.</p>
diff --git a/files/ko/web/xslt/element/value-of/index.html b/files/ko/web/xslt/element/value-of/index.html
index 90f1777bed..1020c96edb 100644
--- a/files/ko/web/xslt/element/value-of/index.html
+++ b/files/ko/web/xslt/element/value-of/index.html
@@ -1,9 +1,10 @@
---
title: value-of
-slug: Web/XSLT/value-of
+slug: Web/XSLT/Element/value-of
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/value-of
+original_slug: Web/XSLT/value-of
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:value-of&gt;</code> 요소는 XPath 식을 평가하여 그것을 문자열로 바꾸고 문자열을 결과 트리에 씁니다.</p>
diff --git a/files/ko/web/xslt/element/variable/index.html b/files/ko/web/xslt/element/variable/index.html
index 8568f70b20..ba1f44730a 100644
--- a/files/ko/web/xslt/element/variable/index.html
+++ b/files/ko/web/xslt/element/variable/index.html
@@ -1,9 +1,10 @@
---
title: variable
-slug: Web/XSLT/variable
+slug: Web/XSLT/Element/variable
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/variable
+original_slug: Web/XSLT/variable
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:variable&gt;</code> 요소는 스타일시트에 전역 변수나 지역 변수를 선언하고 그 변수에 값을 줍니다. XSLT가 부작용(side-effect)을 허용하지 않기 때문에, 변수값을 한 번 주면 그 변수는 범위(scope)를 벗어날 때까지 같은 값입니다.</p>
diff --git a/files/ko/web/xslt/element/when/index.html b/files/ko/web/xslt/element/when/index.html
index 4d5f52d9c3..7d1d5dcf0b 100644
--- a/files/ko/web/xslt/element/when/index.html
+++ b/files/ko/web/xslt/element/when/index.html
@@ -1,9 +1,10 @@
---
title: when
-slug: Web/XSLT/when
+slug: Web/XSLT/Element/when
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/when
+original_slug: Web/XSLT/when
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:when&gt;</code> 요소는 항상 case 문처럼 동작하는 <code>&lt;xsl:choose&gt;</code> 요소 안에 나타납니다.</p>
diff --git a/files/ko/web/xslt/element/with-param/index.html b/files/ko/web/xslt/element/with-param/index.html
index cd96049cc5..78e2dedd60 100644
--- a/files/ko/web/xslt/element/with-param/index.html
+++ b/files/ko/web/xslt/element/with-param/index.html
@@ -1,9 +1,10 @@
---
title: with-param
-slug: Web/XSLT/with-param
+slug: Web/XSLT/Element/with-param
tags:
- XSLT_Reference
translation_of: Web/XSLT/Element/with-param
+original_slug: Web/XSLT/with-param
---
<p>{{ XsltRef() }}</p>
<p><code>&lt;xsl:with-param&gt;</code> 요소는 템플릿에 건네는 매개변수 값을 지정합니다.</p>
diff --git a/files/ko/web/xslt/xslt_js_interface_in_gecko/index.html b/files/ko/web/xslt/xslt_js_interface_in_gecko/index.html
index c3ee407348..18932af57d 100644
--- a/files/ko/web/xslt/xslt_js_interface_in_gecko/index.html
+++ b/files/ko/web/xslt/xslt_js_interface_in_gecko/index.html
@@ -1,10 +1,11 @@
---
title: The XSLT/JavaScript Interface in Gecko
-slug: Web/XSLT/The_XSLT_JavaScript_Interface_in_Gecko
+slug: Web/XSLT/XSLT_JS_interface_in_Gecko
tags:
- DOM
- XSLT
translation_of: Web/XSLT/XSLT_JS_interface_in_Gecko
+original_slug: Web/XSLT/The_XSLT_JavaScript_Interface_in_Gecko
---
<ol>
<li><a href="ko/The_XSLT%2f%2fJavaScript_Interface_in_Gecko/Introduction">개요</a></li>
diff --git a/files/ko/web/xslt/xslt_js_interface_in_gecko/introduction/index.html b/files/ko/web/xslt/xslt_js_interface_in_gecko/introduction/index.html
index dd74a5998d..0c34b2bffb 100644
--- a/files/ko/web/xslt/xslt_js_interface_in_gecko/introduction/index.html
+++ b/files/ko/web/xslt/xslt_js_interface_in_gecko/introduction/index.html
@@ -1,7 +1,8 @@
---
title: Introduction
-slug: Web/XSLT/The_XSLT_JavaScript_Interface_in_Gecko/Introduction
+slug: Web/XSLT/XSLT_JS_interface_in_Gecko/Introduction
translation_of: Web/XSLT/XSLT_JS_interface_in_Gecko/Introduction
+original_slug: Web/XSLT/The_XSLT_JavaScript_Interface_in_Gecko/Introduction
---
<h2 id=".EA.B0.9C.EC.9A.94" name=".EA.B0.9C.EC.9A.94">개요</h2>
<p><a href="ko/XSLT_in_Gecko">XSLT</a>를 지원하는 현대의 브라우저를 가지고, 개발자는 XSLT가 제공하는 힘에 접근하기 위해 자바스크립트를 지금 사용할 수 있다. 자바스크립트는 웹 프로그램이 XML자료를 로드하고, XSLT를 통해 표현가능한 형태로 처리하고 존재하는 문서안에 넣는 것을 가능하게 한다. XML자료는 아무런 표현자료 없이 오직 날 정보만을 포함하므로, 다이얼업에서도 빠르게 로드할 수 있다.</p>
diff --git a/files/ko/web/xslt/xslt_js_interface_in_gecko/setting_parameters/index.html b/files/ko/web/xslt/xslt_js_interface_in_gecko/setting_parameters/index.html
index fb2f456e70..d4bad4d57f 100644
--- a/files/ko/web/xslt/xslt_js_interface_in_gecko/setting_parameters/index.html
+++ b/files/ko/web/xslt/xslt_js_interface_in_gecko/setting_parameters/index.html
@@ -1,7 +1,8 @@
---
title: Setting Parameters
-slug: Web/XSLT/The_XSLT_JavaScript_Interface_in_Gecko/Setting_Parameters
+slug: Web/XSLT/XSLT_JS_interface_in_Gecko/Setting_Parameters
translation_of: Web/XSLT/XSLT_JS_interface_in_Gecko/Setting_Parameters
+original_slug: Web/XSLT/The_XSLT_JavaScript_Interface_in_Gecko/Setting_Parameters
---
<h2 id="Parameter_.EC.84.A4.EC.A0.95" name="Parameter_.EC.84.A4.EC.A0.95">Parameter 설정</h2>
<p>이미 코딩된 .xsl과 .xml 파일을 이용하여 변환을 실행하는 것은 꽤 쓸모있는데, .xml파일을 JavaScript로부터 설정하는 것은 좀 더 쓸모있다.예로, JavaScript와 XSLT는 XML데이터를 정렬하여 표시하는 데 쓸 수 있다. 정렬은 오름차순과 내림차순을 바꿀 수 있어야 할 것이다. XSLT는 <code>xsl:param</code> 요소를 제공하는데, 그것은 <code>xsl:stylesheet</code> 요소의 자식이다. <code>XSLTProcessor()</code>는 이 파라메터와 상호작용하기 위해 3가지 JavaScript 메소드를 제공한다: <code>setParameter</code>, <code>getParameter</code>, <code>removeParameter.</code></p>