]> granicus.if.org Git - docbook-dsssl/commitdiff
Supports customization of index entries.
authorBob Stayton <bobs@sagehill.net>
Tue, 18 Jan 2005 06:37:59 +0000 (06:37 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 18 Jan 2005 06:37:59 +0000 (06:37 +0000)
xsl/params/index.entry.properties.xml [new file with mode: 0644]

diff --git a/xsl/params/index.entry.properties.xml b/xsl/params/index.entry.properties.xml
new file mode 100644 (file)
index 0000000..f74a0dc
--- /dev/null
@@ -0,0 +1,23 @@
+<refentry id="index.entry.properties">
+<refnamediv>
+<refname>index.entry.properties</refname>
+<refpurpose>Properties applied to the formatted entries
+in an index</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='index.entry.properties.frag'>
+<xsl:attribute-set name="index.entry.properties">
+</xsl:attribute-set>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>This attribute set is applied to the block containing
+the entries in a letter division in an index.  It can be used to set the
+font-size, font-family, and other inheritable properties that will be
+applied to all index entries.</para>
+
+</refsect1>
+</refentry>