aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/xslt/element/if/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/xslt/element/if/index.html')
-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>