aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/xslt/element/namespace-alias/index.html
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/element/namespace-alias/index.html
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/element/namespace-alias/index.html')
-rw-r--r--files/ko/web/xslt/element/namespace-alias/index.html3
1 files changed, 2 insertions, 1 deletions
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>