From c5cc8cc0176b3012ec33bb77adf0d1917264912c Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Thu, 10 Jan 2002 19:09:41 +0000 Subject: [PATCH] Ulink control --- xsl/params/ulink.footnotes.xml | 24 ++++++++++++++++++++++++ xsl/params/ulink.show.xml | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 xsl/params/ulink.footnotes.xml create mode 100644 xsl/params/ulink.show.xml diff --git a/xsl/params/ulink.footnotes.xml b/xsl/params/ulink.footnotes.xml new file mode 100644 index 000000000..6de26407d --- /dev/null +++ b/xsl/params/ulink.footnotes.xml @@ -0,0 +1,24 @@ + + +ulink.footnotes +boolean + + +ulink.footnotes +Generate footnotes for ULinks? + + + + + + + + +Description + +If non-zero, the URL of each ULink will +appear as a footnote. Not yet implemented! + + + + diff --git a/xsl/params/ulink.show.xml b/xsl/params/ulink.show.xml new file mode 100644 index 000000000..be6bcc238 --- /dev/null +++ b/xsl/params/ulink.show.xml @@ -0,0 +1,24 @@ + + +ulink.show +boolean + + +ulink.show +Display URLs after ulinks? + + + + + + + + +Description + +If non-zero, the URL of each ULink will +appear after the text of the link. If the text of the link and the URL +are identical, the URL is suppressed. + + + -- 2.40.0