]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix bug 1247565: missing attribute set on symbol entries.
authorBob Stayton <bobs@sagehill.net>
Tue, 9 Aug 2005 09:40:21 +0000 (09:40 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 9 Aug 2005 09:40:21 +0000 (09:40 +0000)
xsl/fo/autoidx.xsl

index 4281a335f4fcf591741117edeabe2f60c30d4955..f7f14eb08f176b00490376705ec9972f806252f9 100644 (file)
   <xsl:variable name="key"
                 select="translate(substring(&primary;, 1, 1),&lowercase;,&uppercase;)"/>
 
-  <fo:block>
+  <fo:block xsl:use-attribute-sets="index.entry.properties">
     <xsl:apply-templates select="key('letter', $key)[&scope;][count(.|key('primary', &primary;)[&scope;][1]) = 1]"
                          mode="index-primary">
       <xsl:with-param name="scope" select="$scope"/>