diff options
Diffstat (limited to 'files/es/web/xpath/functions/true/index.html')
-rw-r--r-- | files/es/web/xpath/functions/true/index.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/files/es/web/xpath/functions/true/index.html b/files/es/web/xpath/functions/true/index.html new file mode 100644 index 0000000000..41ace4f289 --- /dev/null +++ b/files/es/web/xpath/functions/true/index.html @@ -0,0 +1,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> |