EXSLT - set:has-same-node - Implementer Page

Version: 1
Status: stable
User Page: index.html
XML Definition: set.has-same-node.xml
Function Package: set.has-same-node.zip

Function Syntax

boolean set:has-same-node(node-set, node-set)

Template Syntax

<xsl:call-template name="set:has-same-node">
   <xsl:with-param name="nodes" select="node-set" />
   <xsl:with-param name="node" select="node-set" />
</xsl:call-template>

The set:has-same-node function returns true if the node set passed as the first argument shares any nodes with the node set passed as the second argument. If there are no nodes that are in both node sets, then it returns false.

An implementation of this extension function in the EXSLT set namespace must conform to the behaviour described in this document.

Implementations

Built-in support for set:has-same-node is available in the following XSLT processors:

ProcessorProcessor VersionImplemented Version
4XSLT, from 4Suite.0.12.0a31
SAXON from Michael Kay6.31
jd.xslt from Johannes Döbler1.0.91
libxslt from Daniel Veillard; implementation by Thomas Broyer1.0.191
Xalan-J from Apache2.4.D11

The following implementations of set:has-same-node are available:

LanguageImplemented VersionCreatorDateDownload
XSLT Template1Jeni Tennison2001-03-28set.has-same-node.template.xsl
EXSLT Function1Jeni Tennison2001-03-28set.has-same-node.function.xsl

Use Cases

Use Case Package: set.has-same-node.use-cases.zip

The following use cases illustrate the functionality of set:has-same-node.

DetailsCalling StylesheetXML DataExpected ResultCategoryTemplate
1set.has-same-node.1.xslset.has-same-node.data.1.xmlset.has-same-node.result.1.xmlexampleN

Change History

Submitted: 2001-03-28
Creator: Jeni Tennison(http://www.jenitennison.com)

Returns true if the first node set contains a node in the second node set.

VersionModifiedByDetails
1.12001-05-22Jeni Tennison
  • Added vendor implementations in Saxon and 4XSLT
  • Changed status to stable
1.22001-06-11Jeni Tennison

Added vendor implementation in jd.xslt.

1.32001-08-23Jeni Tennison

Added vendor implementation in libxslt.

1.42002-08-20Craig Stewart

Added Xalan-J implementation to the list.

1.52002-11-12Craig Stewart

Updated 4XSLT version to 0.12.0a3.

Copyright

http://www.exslt.org/set/functions/has-same-node/set.has-same-node.html last modified 2002-11-12