From 651ec72d5f391987b970601ab532a2d303b44916 Mon Sep 17 00:00:00 2001 From: julieng Date: Thu, 11 Nov 2021 09:00:03 +0100 Subject: move *.html to *.md --- files/fr/web/xpath/functions/local-name/index.html | 32 ---------------------- files/fr/web/xpath/functions/local-name/index.md | 32 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 files/fr/web/xpath/functions/local-name/index.html create mode 100644 files/fr/web/xpath/functions/local-name/index.md (limited to 'files/fr/web/xpath/functions/local-name') diff --git a/files/fr/web/xpath/functions/local-name/index.html b/files/fr/web/xpath/functions/local-name/index.html deleted file mode 100644 index 2d6092e1ca..0000000000 --- a/files/fr/web/xpath/functions/local-name/index.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: local-name -slug: Web/XPath/Functions/local-name -tags: - - Référence_XSLT -translation_of: Web/XPath/Functions/local-name -original_slug: Web/XPath/Fonctions/local-name ---- -

-{{ XsltRef() }} -


-La fonction local-name retourne une chaîne représentant le nom local du premier nœud d'un ensemble de nœuds donné. -

-

Syntaxe

-
local-name( [ensemble-de-nœuds] )
-
-

Arguments

-
ensemble-de-nœuds (optionnel) -
Le nom local du premier nœud de cet ensemble de nœuds sera retourné. Si cet argument est omis, le nœud de contexte courant sera utilisé. -
-

Retour

-

Une chaîne. -

-

Notes

- -

Définition

-

XPath 1.0, section 4.1. -

-

Support Gecko

-

Supportée. -

\ No newline at end of file diff --git a/files/fr/web/xpath/functions/local-name/index.md b/files/fr/web/xpath/functions/local-name/index.md new file mode 100644 index 0000000000..2d6092e1ca --- /dev/null +++ b/files/fr/web/xpath/functions/local-name/index.md @@ -0,0 +1,32 @@ +--- +title: local-name +slug: Web/XPath/Functions/local-name +tags: + - Référence_XSLT +translation_of: Web/XPath/Functions/local-name +original_slug: Web/XPath/Fonctions/local-name +--- +

+{{ XsltRef() }} +


+La fonction local-name retourne une chaîne représentant le nom local du premier nœud d'un ensemble de nœuds donné. +

+

Syntaxe

+
local-name( [ensemble-de-nœuds] )
+
+

Arguments

+
ensemble-de-nœuds (optionnel) +
Le nom local du premier nœud de cet ensemble de nœuds sera retourné. Si cet argument est omis, le nœud de contexte courant sera utilisé. +
+

Retour

+

Une chaîne. +

+

Notes

+ +

Définition

+

XPath 1.0, section 4.1. +

+

Support Gecko

+

Supportée. +

\ No newline at end of file -- cgit v1.2.3-54-g00ecf