blob: 8a45d17b95c837d515b4d8c3001097b884dc6dc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
---
title: 'true'
slug: Web/XPath/Functions/true
tags:
- XSLT
- XSLT_Reference
translation_of: Web/XPath/Functions/true
---
<p>{{ XsltRef() }}</p>
<p><br>
<code>true</code> 関数は true の論理値を返します。</p>
<h3 id="Syntax">構文</h3>
<pre class="eval">true()
</pre>
<h3 id="Returns">返値</h3>
<p>論理値 <code>true</code> です。</p>
<h3 id="Defined">定義</h3>
<p><a href="https://www.w3.org/TR/xpath#function-true">XPath 1.0 4.3</a></p>
<h3 id="Gecko_support">Gecko の対応</h3>
<p>対応済み。</p>
|