]> granicus.if.org Git - docbook-dsssl/commitdiff
Ulink control
authorNorman Walsh <ndw@nwalsh.com>
Thu, 10 Jan 2002 19:09:41 +0000 (19:09 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 10 Jan 2002 19:09:41 +0000 (19:09 +0000)
xsl/params/ulink.footnotes.xml [new file with mode: 0644]
xsl/params/ulink.show.xml [new file with mode: 0644]

diff --git a/xsl/params/ulink.footnotes.xml b/xsl/params/ulink.footnotes.xml
new file mode 100644 (file)
index 0000000..6de2640
--- /dev/null
@@ -0,0 +1,24 @@
+<refentry id="ulink.footnotes">
+<refmeta>
+<refentrytitle>ulink.footnotes</refentrytitle>
+<refmiscinfo role="type">boolean</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>ulink.footnotes</refname>
+<refpurpose>Generate footnotes for <sgmltag>ULink</sgmltag>s?</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='ulink.footnotes.frag'>
+<xsl:param name="ulink.footnotes" select="0"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>If non-zero, the URL of each <sgmltag>ULink</sgmltag> will
+appear as a footnote. <emphasis>Not yet implemented!</emphasis>
+</para>
+
+</refsect1>
+</refentry>
diff --git a/xsl/params/ulink.show.xml b/xsl/params/ulink.show.xml
new file mode 100644 (file)
index 0000000..be6bcc2
--- /dev/null
@@ -0,0 +1,24 @@
+<refentry id="ulink.show">
+<refmeta>
+<refentrytitle>ulink.show</refentrytitle>
+<refmiscinfo role="type">boolean</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>ulink.show</refname>
+<refpurpose>Display URLs after <sgmltag>ulink</sgmltag>s?</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='ulink.show.frag'>
+<xsl:param name="ulink.show" select="1"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>If non-zero, the URL of each <sgmltag>ULink</sgmltag> will
+appear after the text of the link. If the text of the link and the URL
+are identical, the URL is suppressed.</para>
+
+</refsect1>
+</refentry>