Sort Options

       <xsl:apply-templates select="composer">
         <xsl:sort select="name/last_name" order="ascending" lang="en" data-type="text"/>
         <xsl:sort select="name/first_name"/>
         <xsl:sort select="name/middle_name"/>
       </xsl:apply-templates>

Previous | Next | Top | Cafe con Leche

Copyright 2002 Elliotte Rusty Harold
Elliotte Rusty Harold
Last Modified October 18, 2002