Project

General

Profile

« Previous | Next » 

Revision 46182

sygma returning the correct order of authors

View differences:

modules/uoa-search/branches/newAPI/src/main/resources/sygma.xsl
38 38
            <title><xsl:value-of select="field[@name='title']/@value"/></title>
39 39
            <authors>
40 40
                <xsl:for-each select="field[@name='hasAuthor']">
41
                    <xsl:sort select="./field[@name='ranking']/@value"/>
41 42
                    <author><xsl:value-of select="field[@name='fullname']/@value"/></author>
42 43
                </xsl:for-each>
43 44
            </authors>

Also available in: Unified diff