diff options
Diffstat (limited to 'files/ko/web/xslt/element/if/index.html')
| -rw-r--r-- | files/ko/web/xslt/element/if/index.html | 3 |
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><xsl:if></code> 요소는 test 속성과 템플릿을 포함합니다. test 속성을 참으로 평가하면, 템플릿을 처리합니다. 이것은 다른 언어의 if 문과 비슷합니다. 그러나, <tt>if-then-else</tt> 문의 기능을 다하기 위해 <code><xsl:when></code>과 <code><xsl:otherwise></code> 자식이 하나씩 있는 <code><xsl:choose></code> 요소를 씁니다.</p> |
