Bump to docbook-xsl-stylesheets 1.79.2
[platform/upstream/docbook-xsl-stylesheets.git] / params / stagedir.properties.xml
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="stagedir.properties">
7 <refmeta>
8 <refentrytitle>stagedir.properties</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
10 </refmeta>
11 <refnamediv>
12 <refname>stagedir.properties</refname>
13 <refpurpose>To add properties to the outer block of stage direction.</refpurpose>
14 </refnamediv>
15
16 <refsynopsisdiv>
17 <src:fragment xml:id="stagedir.properties.frag">
18 <xsl:attribute-set name="stagedir.properties">
19   <xsl:attribute name="font-weight">bold</xsl:attribute>
20   <xsl:attribute name="font-style">italic</xsl:attribute>
21   <xsl:attribute name="space-before">1em</xsl:attribute>
22   <xsl:attribute name="space-after">1em</xsl:attribute>
23 </xsl:attribute-set>
24 </src:fragment>
25 </refsynopsisdiv>
26
27 <refsection><info><title>Description</title></info>
28
29 <para>These properties are added to the outer block containing the
30 entire stagedir.
31 Use this attribute-set to set the space above and below,
32 and any indent for the whole stagedir.</para>
33 </refsection>
34
35 </refentry>