From b7d563653d48e4e78837de9dc49b03df9e7a111c Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Thu, 11 Nov 2021 08:59:11 +0100 Subject: Fix md conversion errors (#3027) --- files/fr/web/xpath/functions/current/index.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'files/fr/web/xpath/functions/current/index.html') diff --git a/files/fr/web/xpath/functions/current/index.html b/files/fr/web/xpath/functions/current/index.html index a365eca586..14543f6d1f 100644 --- a/files/fr/web/xpath/functions/current/index.html +++ b/files/fr/web/xpath/functions/current/index.html @@ -10,13 +10,13 @@ original_slug: Web/XPath/Fonctions/current {{ XsltRef() }}

La fonction current peut être utilisée pour obtenir le nœud courant dans une instruction XSLT.

-

Syntaxe

+

Syntaxe

current()
 
-

Retour

+

Retour

Un ensemble de nœuds contenant uniquement le nœud courant.

-

Notes

+

Notes

Cette fonction est un ajout à XPath spécifique à XSLT. Elle ne fait pas partie de la bibliothèque de fonctions XPath core.

Le nœud courant est toujours identique au nœud de contexte. Les deux exemples suivants sont sémantiquement équivalents :

@@ -24,10 +24,9 @@ original_slug: Web/XPath/Fonctions/current
<xsl:value-of select="."/>
 
-

Définition

-

XSLT 1.0, section 12.4. +

Définition

+

XSLT 1.0, section 12.4.

-

Support Gecko

+

Support Gecko

Supportée. -

Interwiki Languages Links -

{{ languages( { "en": "en/XPath/Functions/current", "pl": "pl/XPath/Funkcje/current" } ) }} +

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