aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/xslt/element/include/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/xslt/element/include/index.html')
-rw-r--r--files/ko/web/xslt/element/include/index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/files/ko/web/xslt/element/include/index.html b/files/ko/web/xslt/element/include/index.html
new file mode 100644
index 0000000000..965d03a15f
--- /dev/null
+++ b/files/ko/web/xslt/element/include/index.html
@@ -0,0 +1,26 @@
+---
+title: include
+slug: Web/XSLT/include
+tags:
+ - XSLT_Reference
+translation_of: Web/XSLT/Element/include
+---
+<p>{{ XsltRef() }}</p>
+<p><code>&lt;xsl:include&gt;</code> 요소는 한 스타일시트의 컨텐트를 다른 스타일시트에 합칩니다. <code>&lt;xsl:import&gt;</code>와는 달리, 포함되는 스타일시트의 컨텐트는 포함하는 스타일시트의 컨텐트와 우선순위가 정확히 같습니다.</p>
+<h3 id=".EB.AC.B8.EB.B2.95" name=".EB.AC.B8.EB.B2.95">문법</h3>
+<pre>&lt;xsl:include href=URI /&gt;</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>
+<dl>
+ <dt>
+ <code>href</code></dt>
+ <dd>
+ 포함할 스타일시트의 URI를 지정합니다.</dd>
+</dl>
+<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>
+<p>없음.</p>
+<h3 id=".ED.83.80.EC.9E.85" name=".ED.83.80.EC.9E.85">타입</h3>
+<p>최상위, <code>&lt;xsl:stylesheet&gt;</code>나 <code>&lt;xsl:transform&gt;</code>의 자식으로 나타남.</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#include">XSLT section 2.6.1, Stylesheet Inclusion</a></p>
+<h3 id="Gecko_.EC.A7.80.EC.9B.90" name="Gecko_.EC.A7.80.EC.9B.90">Gecko 지원</h3>
+<p>지원함.</p>