Re: Interesting : Selecting unique value of an attribute

Subject: Re: Interesting : Selecting unique value of an attribute
From: Miloslav Nic <nicmila@xxxxxxxxx>
Date: Wed, 23 Aug 2000 16:58:41 +0200
Oh, dear. 

I have  solved a question which was not asked :(

But the change to the attribute selection is rather straightforward so
to keep
my face I will call my solution an "analogy example"   :)))

> 
> Better you do tests ;-)
> 
> > ...
> > <xsl:apply-templates select="//index">
> >       <xsl:sort/>
> > </xsl:apply-templates>
> > ...
> >
> >
> > <xsl:template match="index">
> > <xsl:if test="not(preceding::*[name()=name(current())]">
> >   <xsl:value-of select="."/>
> > </xsl:if>
> >
> > </xsl:template>
> 
> Your solution totally ignores the entry attribute.
> Never mind! :-)
> 
> Cheers,
> Oliver
> 
> /-------------------------------------------------------------------\
> |  ob|do        Dipl.Inf. Oliver Becker                             |
> |  --+--        E-Mail: obecker@xxxxxxxxxxxxxxxxxxxxxxx             |
> |  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
> \-------------------------------------------------------------------/

-- 
******************************************
<firstName> Miloslav </firstName>    
<surname>   Nic      </surname>     

<mail>    nicmila@xxxxxxxxx    </mail>   
<support> http://www.zvon.org  </support>


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


Current Thread