diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:48:25 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:48:25 +0100 |
commit | f2db11d0be377464daa06807f993a562c7dc10ac (patch) | |
tree | 9444d300cea8bc73ff4d17be83b42d2350f64ebd /files/ko/web/xslt/element/include | |
parent | ee778d6eea54935fd05022e0ba8c49456003381a (diff) | |
download | translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.gz translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.bz2 translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.zip |
unslug ko: modify
Diffstat (limited to 'files/ko/web/xslt/element/include')
-rw-r--r-- | files/ko/web/xslt/element/include/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
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><xsl:include></code> 요소는 한 스타일시트의 컨텐트를 다른 스타일시트에 합칩니다. <code><xsl:import></code>와는 달리, 포함되는 스타일시트의 컨텐트는 포함하는 스타일시트의 컨텐트와 우선순위가 정확히 같습니다.</p> |