| Subject: [xsl] immediately preceding:: / following:: From: mjyoungblut@xxxxxxx Date: Thu, 8 Feb 2001 11:51:29 -0600 | 
I have my <NodeID> elements already sorted.
I am testing whether or not there are duplicate NodeIDs.
If there are, I need to only include one of them.
preceding:: or following:: would work.
This works fine for small files, but the order is N^N.
Could someone please give me some performance tips?
I am using the following lines:
     <xsl:if test = "NodeID[not(.=preceding::NodeID)]">
     ...
     </xsl:if>
Thanks in advance,
     Matt
 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| [xsl] Small sets of tests solicited, G. Ken Holman | Thread | [xsl] immediately preceding:: / fol, mjyoungblut | 
| Re: [xsl] How to navigate in an exp, David Carlisle | Date | Re: [xsl] XSL : how to turn <name> , David Carlisle | 
| Month |