<xsl:with-param name="scope" select="$scope"/>
<xsl:with-param name="role" select="$role"/>
<xsl:with-param name="type" select="$type"/>
- <xsl:sort lang="⟨"
+ <xsl:sort lang="{⟨}"
select="k:getIndexGroupSortKey(⟨,
k:getIndexGroupKey(⟨, &primary;))"/>
</xsl:apply-templates>
<xsl:with-param name="scope" select="$scope"/>
<xsl:with-param name="role" select="$role"/>
<xsl:with-param name="type" select="$type"/>
- <xsl:sort lang="⟨"
+ <xsl:sort lang="{⟨}"
select="k:getIndexGroupSortKey(⟨,
k:getIndexGroupKey(⟨, &primary;))"/>
</xsl:apply-templates>
[count(.|key('primary', &primary;)[&scope;]
[1])=1]"
mode="index-primary">
- <xsl:sort select="&primary;" lang="⟨"/>
+ <xsl:sort select="&primary;" lang="{⟨}"/>
<xsl:with-param name="scope" select="$scope"/>
<xsl:with-param name="role" select="$role"/>
<xsl:with-param name="type" select="$type"/>
<!-- The following key is used in the kimber indexing method.
To use this method, either copy this key to a
- customization layer, or xsl:import common/autoidx.xsl. -->
+ customization layer, or xsl:import common/autoidx-ng.xsl. -->
<!--
<xsl:key name="k-group"
match="indexterm"
<xsl:with-param name="scope" select="$scope"/>
<xsl:with-param name="role" select="$role"/>
<xsl:with-param name="type" select="$type"/>
- <xsl:sort lang="⟨"
+ <xsl:sort lang="{⟨}"
select="k:getIndexGroupSortKey(⟨,
k:getIndexGroupKey(⟨, &primary;))"/>
</xsl:apply-templates>
<xsl:with-param name="scope" select="$scope"/>
<xsl:with-param name="role" select="$role"/>
<xsl:with-param name="type" select="$type"/>
- <xsl:sort lang="⟨"
+ <xsl:sort lang="{⟨}"
select="k:getIndexGroupSortKey(⟨,
k:getIndexGroupKey(⟨, &primary;))"/>
</xsl:apply-templates>
[count(.|key('primary', &primary;)[&scope;]
[1])=1]"
mode="index-primary">
- <xsl:sort select="&primary;" lang="⟨"/>
+ <xsl:sort select="&primary;" lang="{⟨}"/>
<xsl:with-param name="scope" select="$scope"/>
<xsl:with-param name="role" select="$role"/>
<xsl:with-param name="type" select="$type"/>