source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/index.on.type.xml@ 67f507c

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 67f507c was 15c7d39, checked in by Matthew Burgess <matthew@…>, 11 years ago

Update stylesheets to docbook-xsl-1.78.1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.8 KB
Line 
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="index.on.type">
7<refmeta>
8<refentrytitle>index.on.type</refentrytitle>
9<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
10</refmeta>
11<refnamediv>
12<refname>index.on.type</refname>
13<refpurpose>Select indexterms based on <tag class="attribute">type</tag>
14attribute value</refpurpose>
15</refnamediv>
16
17<refsynopsisdiv>
18<src:fragment xml:id="index.on.type.frag">
19<xsl:param name="index.on.type" select="0"/>
20</src:fragment>
21</refsynopsisdiv>
22
23<refsection><info><title>Description</title></info>
24
25<para>
26If non-zero,
27then an <tag>index</tag> element that has a
28<tag class="attribute">type</tag> attribute
29value will contain only those <tag>indexterm</tag>
30elements with a matching <tag class="attribute">type</tag> attribute value.
31If an <tag>index</tag> has no <tag class="attribute">type</tag>
32attribute or it is blank, then the index will contain
33all <tag>indexterm</tag>s in the current scope.
34</para>
35
36<para>
37If <literal>index.on.type</literal> is zero, then the
38<tag class="attribute">type</tag> attribute has no effect
39on selecting indexterms for an index.
40</para>
41
42<para>For those using DocBook version 4.2 or earlier,
43the <tag class="attribute">type</tag> attribute is not available
44for index terms. However, you can achieve the same
45effect by using the <tag class="attribute">role</tag> attribute
46in the same manner on <tag>indexterm</tag>
47and <tag>index</tag>, and setting the stylesheet parameter
48<parameter>index.on.role</parameter> to a nonzero value.
49</para>
50
51</refsection>
52</refentry>
Note: See TracBrowser for help on using the repository browser.