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) --- .../fr/web/xpath/functions/unparsed-entity-url/index.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'files/fr/web/xpath/functions/unparsed-entity-url') diff --git a/files/fr/web/xpath/functions/unparsed-entity-url/index.html b/files/fr/web/xpath/functions/unparsed-entity-url/index.html index 64854e046c..a8669bd1d8 100644 --- a/files/fr/web/xpath/functions/unparsed-entity-url/index.html +++ b/files/fr/web/xpath/functions/unparsed-entity-url/index.html @@ -11,20 +11,19 @@ original_slug: Web/XPath/Fonctions/unparsed-entity-url


La fonction unparsed-entity-url() retourne l'URI d'une entité non analysée avec le nom donné. C'est une donnée non-XML référencée dans le DTD du document source.

-

Syntaxe

+

Syntaxe

string unparsed-entity-url(chaîne)
 
-

Arguments

+

Arguments

chaîne
Le nom de l'entité non analysée. Si l'argument n'est pas une chaîne, il est converti suivant les règles de la fonction string(). Le nom doit être un nom XML.
-

Retour

+

Retour

L'URI de l'entité non analysée récupérée dans la DTD, si elle existe. Autrement, une chaîne vide.

-

Définition

-

XSLT 1.0, section 12.4.0 +

Définition

+

XSLT 1.0, section 12.4.0

-

Support Gecko

+

Support Gecko

Non supportée. -

Interwiki Languages Links -

{{ languages( { "en": "en/XPath/Functions/unparsed-entity-url", "pl": "pl/XPath/Funkcje/unparsed-entity-url" } ) }} +

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