This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Determining the of attribute values



> <!-- 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]