]> granicus.if.org Git - docbook-dsssl/commitdiff
Pass role through on table cells
authorNorman Walsh <ndw@nwalsh.com>
Mon, 20 Jan 2003 15:30:56 +0000 (15:30 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 20 Jan 2003 15:30:56 +0000 (15:30 +0000)
xsl/params/entry.propagates.style.xml [new file with mode: 0644]

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