Re: Determining the of attribute values

Subject: Re: Determining the of attribute values
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 17 Mar 2000 10:22:15 GMT
> <!-- Store the set of URLs in $urls -->
> <x:variable name="urls" select="//a/@href[not(.=following::a/@href)]"/>

> When I step through the variable however, it is clear that the
> variable contents do not constitute a set.  
> 

If you use the select attribute as above the variable _does_ hold
a node set.

In what way were you `stepping through' it?

David


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


Current Thread