1<refentry xmlns="http://docbook.org/ns/docbook"
2          xmlns:xlink="http://www.w3.org/1999/xlink"
3          xmlns:xi="http://www.w3.org/2001/XInclude"
4          xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
5          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6          version="5.0" xml:id="xep.index.item.properties">
7<refmeta>
8<refentrytitle>xep.index.item.properties</refentrytitle>
9<refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
10</refmeta>
11<refnamediv>
12<refname>xep.index.item.properties</refname>
13<refpurpose>Properties associated with XEP index-items</refpurpose>
14</refnamediv>
15
16<refsynopsisdiv>
17<src:fragment xml:id="xep.index.item.properties.frag">
18<xsl:attribute-set name="xep.index.item.properties" use-attribute-sets="index.page.number.properties">
19  <xsl:attribute name="merge-subsequent-page-numbers">true</xsl:attribute>
20  <xsl:attribute name="link-back">true</xsl:attribute>
21</xsl:attribute-set>
22</src:fragment>
23</refsynopsisdiv>
24
25<refsection><info><title>Description</title></info>
26
27<para>Properties associated with XEP index-items, which generate
28page numbers in an index processed by XEP. For more info see
29the XEP documentation section "Indexes" in
30<uri xlink:href="http://www.renderx.com/reference.html#Indexes">http://www.renderx.com/reference.html#Indexes</uri>.</para>
31
32<para>This attribute-set also adds by default any properties from the
33<tag class="attribute">index.page.number.properties</tag>
34attribute-set.</para>
35</refsection>
36</refentry>
37