blob: 41ace4f289a87d9eb986f99200592168320c1b20 (
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/Funciones/true
tags:
- Todas_las_Categorías
- XSLT
translation_of: Web/XPath/Functions/true
---
<p>{{XsltRef}}</p>
<p><br>
La función <code>true</code> devuelve un valor booleano de verdadero.</p>
<h3 id="Sintaxis" name="Sintaxis">Sintaxis</h3>
<pre class="eval">true()
</pre>
<h3 id="Devuelve" name="Devuelve">Devuelve</h3>
<p>El booleano <code>verdadero</code>.</p>
<h3 id="Definido" name="Definido">Definido</h3>
<p><a class="external" href="http://www.w3.org/TR/xpath#function-true">XPath 1.0 4.3</a></p>
<h3 id="Soporte_en_Gecko" name="Soporte_en_Gecko">Soporte en Gecko</h3>
<p>Supported.</p>
|