xsl-list
[Top] [All Lists]

[xsl] xslt 1.0 duplicates refresher

2015-11-12 06:03:16
If a nodeset contains multiple elements with the same value then unioning
the nodeset with itself will not eradicate those duplicates.

If I have a nodeset containing

<a>1</a>
<a>2</a>

which I use as a lookup, then a nodeset created just by looking up the
value 1, 5 times will not contain <a>1</a> once and not 5 times.

The latter case is because a nodeset cannot contain multiple copies of the
same node.

Please correct my thinking here.
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--
<Prev in Thread] Current Thread [Next in Thread>