]> granicus.if.org Git - docbook-dsssl/commitdiff
New parameter
authorNorman Walsh <ndw@nwalsh.com>
Thu, 18 Jul 2002 10:32:05 +0000 (10:32 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 18 Jul 2002 10:32:05 +0000 (10:32 +0000)
xsl/params/para.propagates.style.xml [new file with mode: 0644]

diff --git a/xsl/params/para.propagates.style.xml b/xsl/params/para.propagates.style.xml
new file mode 100644 (file)
index 0000000..81dbd11
--- /dev/null
@@ -0,0 +1,24 @@
+<refentry id="para.propagates.style">
+<refmeta>
+<refentrytitle>para.propagates.style</refentrytitle>
+<refmiscinfo role="type">boolean</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>para.propagates.style</refname>
+<refpurpose>Pass para role attribute through to HTML?</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='para.propagates.style.frag'>
+<xsl:param name="para.propagates.style" select="1"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>If true, the role attribute of <sgmltag>para</sgmltag> elements
+will be passed through to the HTML as a class attribute on the
+<sgmltag>p</sgmltag> generated for the paragraph.</para>
+
+</refsect1>
+</refentry>