Re: Duplicates

Subject: Re: Duplicates
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 21 Feb 2000 09:56:10 GMT
> Can anyone tell me what is meant here by the word 'duplicates'? When is a
> node considered a duplicate of another node? 

when it is the same node.

If you have something like

select="xxx | *[@yyy]"

then that selects all element children that either have name xxx or
have an attribute named yyy.

If there is an <xxx yyy="123"/> then it only appears _once_ in the node
list even though it will be selected by both xxx and *[@yyy]
the | operator merges the lists selected.

David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread