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: Interesting : Selecting unique value of an attribute


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@informatik.hu-berlin.de             |
> |  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
> \-------------------------------------------------------------------/

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

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


 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]