aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/xpath/functions/true/index.md
blob: b6051e9ca53738ca70edf802cfa54a55a1bce193 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: 'true'
slug: Web/XPath/Functions/true
tags:
  - Référence_XSLT
translation_of: Web/XPath/Functions/true
original_slug: Web/XPath/Fonctions/true
---
{{ XsltRef() }}

La fonction `true` retourne la valeur booléenne `true`.

### Syntaxe

    true()

### Retour

Le booléen `true`.

### Définition

[XPath 1.0, section 4.3](http://www.w3.org/TR/xpath#function-true).

### Support Gecko

Supportée.