From a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:46:50 +0100 Subject: unslug es: move --- files/es/web/xpath/funciones/contains/index.html | 32 -------------- files/es/web/xpath/funciones/index.html | 54 ----------------------- files/es/web/xpath/funciones/substring/index.html | 37 ---------------- files/es/web/xpath/funciones/true/index.html | 29 ------------ 4 files changed, 152 deletions(-) delete mode 100644 files/es/web/xpath/funciones/contains/index.html delete mode 100644 files/es/web/xpath/funciones/index.html delete mode 100644 files/es/web/xpath/funciones/substring/index.html delete mode 100644 files/es/web/xpath/funciones/true/index.html (limited to 'files/es/web/xpath/funciones') diff --git a/files/es/web/xpath/funciones/contains/index.html b/files/es/web/xpath/funciones/contains/index.html deleted file mode 100644 index 59af049973..0000000000 --- a/files/es/web/xpath/funciones/contains/index.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: contains -slug: Web/XPath/Funciones/contains -translation_of: Web/XPath/Functions/contains ---- -

-{{ XsltRef() }} -


-La función contains determina si la primera cadena del argumento contiene la segunda cadena del argumento y devuelve el booleano verdadero o falso. -

-

Sintaxis

-
contains( haystack , needle )
-
-

Argumentos

-
haystack -
La cadena donde buscar -
-
needle -
La subcadena a buscar en haystack -
-

Devuelve

-

true si haystack contiene needle. Si no, false. -

-

Definido

-

XPath 1.0 4.2 -

-

Soporte en Gecko

-

Soportado. -

-
-
-{{ languages( { "en": "en/XPath/Functions/contains", "fr": "fr/XPath/Fonctions/contains", "ja": "ja/XPath/Functions/contains", "pl": "pl/XPath/Funkcje/contains" } ) }} diff --git a/files/es/web/xpath/funciones/index.html b/files/es/web/xpath/funciones/index.html deleted file mode 100644 index 9c0fdd8af4..0000000000 --- a/files/es/web/xpath/funciones/index.html +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: Funciones -slug: Web/XPath/Funciones -tags: - - Referência_XPath - - Referência_XSLT - - Transformando_XML_con_XSLT - - XPath - - XSLT -translation_of: Web/XPath/Functions ---- -

{{ XsltRef() }} A continuación se presenta una lista ordenada de las funciones core de XPath y agregados específicos de XSLT a XPath, incluyendo una descripción, sintaxis, un listado de argumentos, tipo de resultado, referencia apopiada a W3C y el estado actual de soporte en el motor Gecko. para más información sobre el uso de las funciones de XPath/XSLT, por favor vea la página Para más información.

- - - -

{{ languages( { "fr": "fr/XPath/Fonctions", "ja": "ja/XPath/Functions", "zh-cn": "cn/XPath/Functions", "pl": "pl/XPath/Funkcje" , "ko": "ko/XPath/Functions"} ) }}

diff --git a/files/es/web/xpath/funciones/substring/index.html b/files/es/web/xpath/funciones/substring/index.html deleted file mode 100644 index 96c5ec585b..0000000000 --- a/files/es/web/xpath/funciones/substring/index.html +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: substring -slug: Web/XPath/Funciones/substring -translation_of: Web/XPath/Functions/substring ---- -

-{{ XsltRef() }} -


-La función substring devuelve una parte de una cadena dada. -

-

Sintaxis

-
substring( string , start [, length] )
-
-

Argumentos

-
string
La cadena a evaluar. -
-
start -
La posición dentro de string donde comienza la subcadena. -
-
length (opcional) -
La longitud de la subcadena. Si se omite, la cadena devuelta contendrá todos los carácteres desde la posición start hasta el final de string. -
-

Devuelve

-

Una cadena. -

-

Notas

-

Como en otras funciones XPath, la posición no está basada en cero. El primer carácter de la cadena tiene la posición 1, no 0. -

-

Definido

-

XPath 1.0 4.2 -

-

Soporte en Gecko

-

Soportado. -

-
-
-{{ languages( { "en": "en/XPath/Functions/substring", "fr": "fr/XPath/Fonctions/substring", "ja": "ja/XPath/Functions/substring", "pl": "pl/XPath/Funkcje/substring" } ) }} diff --git a/files/es/web/xpath/funciones/true/index.html b/files/es/web/xpath/funciones/true/index.html deleted file mode 100644 index 41ace4f289..0000000000 --- a/files/es/web/xpath/funciones/true/index.html +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: 'true' -slug: Web/XPath/Funciones/true -tags: - - Todas_las_Categorías - - XSLT -translation_of: Web/XPath/Functions/true ---- -

{{XsltRef}}

- -


- La función true devuelve un valor booleano de verdadero.

- -

Sintaxis

- -
true()
-
- -

Devuelve

- -

El booleano verdadero.

- -

Definido

- -

XPath 1.0 4.3

- -

Soporte en Gecko

- -

Supported.

-- cgit v1.2.3-54-g00ecf