last
XSLT/XPath Reference: XSLT elements, EXSLT functions, XPath functions, XPath axesThe last
function returns a number equal to the context size from the expression evaluation context.
Syntax
last()
Returns
An integer equal to the context size from the expression evaluation context.
Notes
- This is often used with the position() function to determine if a particular node is the last in a node-set.
Defined
Gecko support
Supported.
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/XPath/Functions/last