FreeBSD Bugzilla – Attachment 58997 Details for
Bug 88809
Commercial vendor listings are sorted on in character value format
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
xsl_sort_insensitive.diff
xsl_sort_insensitive.diff (text/plain), 1005 bytes, created by
Devon H. O'Dell
on 2005-11-10 19:40:14 UTC
(
hide
)
Description:
xsl_sort_insensitive.diff
Filename:
MIME Type:
Creator:
Devon H. O'Dell
Created:
2005-11-10 19:40:14 UTC
Size:
1005 bytes
patch
obsolete
>Index: entries.xsl >=================================================================== >RCS file: /home/dodell/cvs/www_cvs/www/en/commercial/entries.xsl,v >retrieving revision 1.5 >diff -u -r1.5 entries.xsl >--- entries.xsl 4 Oct 2005 16:33:22 -0000 1.5 >+++ entries.xsl 10 Nov 2005 19:02:42 -0000 >@@ -40,6 +40,8 @@ > </xsl:variable> > <xsl:variable name="email" select="'freebsd-www'"/> > <xsl:variable name="title" select="'Commercial Vendors'"/> >+ <xsl:variable name="upperCase" select="'ABCDEFGHIJKLMNOPQRSTUVWXYZ'"/> >+ <xsl:variable name="lowerCase" select="'abcdefghijklmnopqrstuvwxyz'"/> > <xsl:param name="pagename" select="''"/> > > <xsl:output method="xml" encoding="iso-8859-1" >@@ -82,7 +84,7 @@ > <h2><xsl:value-of select="$pagename"/></h2> > > <xsl:for-each select="entry"> >- <xsl:sort select="name" order="ascending"/> >+ <xsl:sort select="translate(./name, $upperCase, $lowerCase)" order="ascending"/> > <a name="{@id}" href="{url}"> > <xsl:value-of select="name"/> > </a><br/>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 88809
: 58997