aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/xpath/functions/true/index.html
blob: 3a54249749fb2f57193a126e12ff60dfa4ffd4b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
title: 'true'
slug: Web/XPath/Functions/true
tags:
  - XSLT_Reference
translation_of: Web/XPath/Functions/true
---
<p>{{ XsltRef() }}</p>
<p><br>
 <code>true</code> 함수는 불린값 true를 반환합니다.</p>
<h3 id=".EA.B5.AC.EB.AC.B8" name=".EA.B5.AC.EB.AC.B8">구문</h3>
<pre class="eval">true()
</pre>
<h3 id=".EB.B0.98.ED.99.98" name=".EB.B0.98.ED.99.98">반환</h3>
<p>불린 <code>true</code>.</p>
<h3 id=".EC.A0.95.EC.9D.98" name=".EC.A0.95.EC.9D.98">정의</h3>
<p><a class="external" href="http://www.w3.org/TR/xpath#function-true">XPath 1.0 4.3</a></p>
<h3 id="Gecko_.EC.A7.80.EC.9B.90" name="Gecko_.EC.A7.80.EC.9B.90">Gecko 지원</h3>
<p>지원함.</p>