]> granicus.if.org Git - docbook-dsssl/commitdiff
Number format for ulink footnotes
authorNorman Walsh <ndw@nwalsh.com>
Mon, 20 Jan 2003 16:55:25 +0000 (16:55 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 20 Jan 2003 16:55:25 +0000 (16:55 +0000)
xsl/params/ulink.footnote.number.format.xml [new file with mode: 0644]

diff --git a/xsl/params/ulink.footnote.number.format.xml b/xsl/params/ulink.footnote.number.format.xml
new file mode 100644 (file)
index 0000000..2196c2b
--- /dev/null
@@ -0,0 +1,23 @@
+<refentry id="ulink.footnote.number.format">
+<refmeta>
+<refentrytitle>ulink.footnote.number.format</refentrytitle>
+<refmiscinfo role="type">string</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>ulink.footnote.number.format</refname>
+<refpurpose>Identifies the format used for <sgmltag>ulink</sgmltag> footnote numbers</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='ulink.footnote.number.format.frag'>
+<xsl:param name="ulink.footnote.number.format" select="'1'"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>The <parameter>ulink.footnote.number.format</parameter> specifies the format
+to use for footnote numeration (1, i, I, a, or A).</para>
+
+</refsect1>
+</refentry>