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