aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/xslt/element/import/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/xslt/element/import/index.html')
-rw-r--r--files/ko/web/xslt/element/import/index.html3
1 files changed, 2 insertions, 1 deletions
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>