]> granicus.if.org Git - docbook-dsssl/commitdiff
New parameters
authorNorman Walsh <ndw@nwalsh.com>
Tue, 4 Dec 2001 19:56:32 +0000 (19:56 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 4 Dec 2001 19:56:32 +0000 (19:56 +0000)
xsl/params/admonition.title.properties.xml
xsl/params/chunk.first.sections.xml
xsl/params/chunk.section.depth.xml [new file with mode: 0644]
xsl/params/line-height.xml [new file with mode: 0644]

index 27713f3429b452841dd8dd786802cb0478732c2f..0cb240d6dd74647565ba92f8fb1e4d4354c7ac6e 100644 (file)
@@ -1,7 +1,7 @@
 <refentry id="admonition.title.properties">
 <refnamediv>
 <refname>admonition.title.properties</refname>
-<refpurpose>To set the style for admonitions.</refpurpose>
+<refpurpose>To set the style for admonitions titles.</refpurpose>
 </refnamediv>
 
 <refsynopsisdiv>
@@ -13,7 +13,7 @@
 </xsl:attribute-set></src:fragment>
 </refsynopsisdiv>
 <refsect1><title>Description</title>
-<para>How do you want admonitions styled? </para>
+<para>How do you want admonitions titles styled? </para>
 <para>Set the font-size, weight etc to the style required</para>
 
 </refsect1>
index f947c07bd4a8e7c043f57f79b1922ae414fe3942..f1f9a0a477cc5861b8fef1452b0213dc7b2cad4e 100644 (file)
@@ -9,7 +9,9 @@
 </refnamediv>
 
 <refsynopsisdiv>
-<src:fragment id='chunk.first.sections.frag'><xsl:param name="chunk.first.sections" select="'0'"/></src:fragment>
+<src:fragment id='chunk.first.sections.frag'>
+<xsl:param name="chunk.first.sections" select="0"/>
+</src:fragment>
 </refsynopsisdiv>
 
 <refsect1><title>Description</title>
diff --git a/xsl/params/chunk.section.depth.xml b/xsl/params/chunk.section.depth.xml
new file mode 100644 (file)
index 0000000..af29641
--- /dev/null
@@ -0,0 +1,22 @@
+<refentry id="chunk.section.depth">
+<refmeta>
+<refentrytitle>chunk.section.depth</refentrytitle>
+<refmiscinfo role="type">integer</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>chunk.section.depth</refname>
+<refpurpose>Depth to which sections should be chunked</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='chunk.section.depth.frag'>
+<xsl:param name="chunk.section.depth" select="1"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>This parameter sets the depth of section chunking.</para>
+
+</refsect1>
+</refentry>
diff --git a/xsl/params/line-height.xml b/xsl/params/line-height.xml
new file mode 100644 (file)
index 0000000..7bb6e63
--- /dev/null
@@ -0,0 +1,22 @@
+<refentry id="line-height">
+<refmeta>
+<refentrytitle>line-height</refentrytitle>
+<refmiscinfo role="type">string</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>line-height</refname>
+<refpurpose>Specify the line-height property</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='line-height.frag'>
+<xsl:param name="line-height" select="'normal'"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>Sets the line-height property.</para>
+
+</refsect1>
+</refentry>