aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/xpath/functions/last/index.md
blob: fc282aa52689fbd0075aa5ddea7d09ba395a46fd (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
28
29
30
31
---
title: last
slug: Web/XPath/Functions/last
tags:
  - Référence_XSLT
translation_of: Web/XPath/Functions/last
original_slug: Web/XPath/Fonctions/last
---
{{ XsltRef() }}

La fonction `last` retourne un nombre égal à la taille du contexte dans le contexte d'évaluation d'expression.

### Syntaxe

    last()

### Retour

Un entier égal à la taille du contexte dans le contexte d'évaluation d'expression.

### Notes

- Cette fonction est souvent utilisée avec la fonction [position()](fr/XPath/Fonctions/position) pour déterminer si un nœud particulier est le dernier d'un ensemble de nœud.

### Définition

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

### Support Gecko

Supportée.