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: Sorting + unique copy problem


Tom,

> After I made that fix, the select box does have the keywords sorted
> alphabetically as you want.

I think it only does because the KeyWords are actually defined in
alphabetical order anyway :) Try it with:

<Filmlist>
    <Film>
        <KeyWord>Keyword3</KeyWord>
        <KeyWord>Keyword7</KeyWord>
    </Film>
    <Film>
        <KeyWord>Keyword5</KeyWord>
        <KeyWord>Keyword1</KeyWord>
        <KeyWord>Keyword3</KeyWord>
        <KeyWord>Keyword6</KeyWord>
    </Film>
    <Film>
        <KeyWord>Keyword1</KeyWord>
        <KeyWord>Keyword2</KeyWord>
        <KeyWord>Keyword3</KeyWord>
        <KeyWord>Keyword4</KeyWord>
    </Film>
</Filmlist>

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 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]