Author: Mike Wetherell
RCS-ID: $Id$
Copyright: (c) 2007 Mike Wetherell
- Licence: wxWidgets licence
+ Licence: wxWindows licence
Usage: xsltproc -html tools/email.xsl http://svn.wxwidgets.org/users.cgi \
> config/include/wx-devs.xml
<xsl:template match="/">
<emaillookup>
- <xsl:apply-templates select="//table/tr"/>
+ <xsl:apply-templates select="//table/tr">
+ <xsl:sort select="normalize-space(td[1])"/>
+ </xsl:apply-templates>
</emaillookup>
</xsl:template>