Add some xsl for langpacks.

This commit is contained in:
Bill Nottingham 2011-02-02 14:00:28 -05:00
parent 61055907f1
commit cd065f62fe
1 changed files with 9 additions and 0 deletions

View File

@ -75,10 +75,19 @@
<xsl:sort select="display_order/text()"/>
<xsl:sort select="translate(id/text(),$lcletters,$ucletters)"/>
</xsl:apply-templates>
<xsl:apply-templates select="langpacks"/>
<xsl:apply-templates select="blacklist"/>
<xsl:apply-templates select="whiteout"/>
</xsl:copy>
</xsl:template>
<xsl:template match="langpacks" priority="1">
<xsl:copy>
<xsl:apply-templates select="match">
<xsl:sort select="@name"/>
<xsl:sort select="@install"/>
</xsl:apply-templates>
</xsl:copy>
</xsl:template>
<xsl:template match="blacklist" priority="1">
<xsl:copy>
<xsl:apply-templates select="package">