]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/tools/email.xsl
Unselect all wxDataViewCtrl items when clicking outside of the item area.
[wxWidgets.git] / build / buildbot / tools / email.xsl
index 68351fd6fc55f542250c70d98e9fa194e28a9970..0a00312cca20b61e3ff377938131965a5b847be5 100644 (file)
@@ -6,7 +6,7 @@
     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
@@ -20,7 +20,9 @@
 
 <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>