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

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

set:distinct() returns a subset of the nodes in the specified node-set, returning only nodes with unique string values.

Syntax

set:distinct(nodeSet)

Parameters

  • nodeSet

    • : The node-set in which to find unique nodes.

Returns

A node-set containing the nodes that have unique string values.

Specifications

EXSLT - SET:DISTINCT