|
Lines 40-45
Link Here
|
| 40 |
</xsl:variable> |
40 |
</xsl:variable> |
| 41 |
<xsl:variable name="email" select="'freebsd-www'"/> |
41 |
<xsl:variable name="email" select="'freebsd-www'"/> |
| 42 |
<xsl:variable name="title" select="'Commercial Vendors'"/> |
42 |
<xsl:variable name="title" select="'Commercial Vendors'"/> |
|
|
43 |
<xsl:variable name="upperCase" select="'ABCDEFGHIJKLMNOPQRSTUVWXYZ'"/> |
| 44 |
<xsl:variable name="lowerCase" select="'abcdefghijklmnopqrstuvwxyz'"/> |
| 43 |
<xsl:param name="pagename" select="''"/> |
45 |
<xsl:param name="pagename" select="''"/> |
| 44 |
|
46 |
|
| 45 |
<xsl:output method="xml" encoding="iso-8859-1" |
47 |
<xsl:output method="xml" encoding="iso-8859-1" |
|
Lines 82-88
Link Here
|
| 82 |
<h2><xsl:value-of select="$pagename"/></h2> |
84 |
<h2><xsl:value-of select="$pagename"/></h2> |
| 83 |
|
85 |
|
| 84 |
<xsl:for-each select="entry"> |
86 |
<xsl:for-each select="entry"> |
| 85 |
<xsl:sort select="name" order="ascending"/> |
87 |
<xsl:sort select="translate(./name, $upperCase, $lowerCase)" order="ascending"/> |
| 86 |
<a name="{@id}" href="{url}"> |
88 |
<a name="{@id}" href="{url}"> |
| 87 |
<xsl:value-of select="name"/> |
89 |
<xsl:value-of select="name"/> |
| 88 |
</a><br/> |
90 |
</a><br/> |