From 39f2114f9797eb51994966c6bb8ff1814c9a4da8 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:36:08 +0100 Subject: unslug fr: move --- files/fr/web/xpath/functions/local-name/index.html | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 files/fr/web/xpath/functions/local-name/index.html (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 new file mode 100644 index 0000000000..6eeb89c283 --- /dev/null +++ b/files/fr/web/xpath/functions/local-name/index.html @@ -0,0 +1,35 @@ +--- +title: local-name +slug: Web/XPath/Fonctions/local-name +tags: + - Référence_XSLT +translation_of: Web/XPath/Functions/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. +

Interwiki Languages Links +

+
+
+{{ languages( { "en": "en/XPath/Functions/local-name", "ja": "ja/XPath/Functions/local-name", "pl": "pl/XPath/Funkcje/local-name" } ) }} -- cgit v1.2.3-54-g00ecf