Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/web/exslt/math/highest/index.md
6552 views
---
title: math:highest() slug: Web/EXSLT/math/highest
---

{{XSLTRef}}{{QuickLinksWithSubpages("/en-US/docs/Web/EXSLT")}}

math:highest() returns the node in the specified node-set with the highest value (where the highest value calculated using math:max()).

A node has this maximum value if converting its string value to a number equals the maximum value.

Syntax

math:highest(nodeSet)

Parameters

  • nodeSet

    • : The node-set whose highest value is to be returned.

Returns

A result tree fragment consisting of copies of the nodes returned by math:max().

Specifications

EXSLT - MATH:HIGHEST