summaryrefslogtreecommitdiff
path: root/xslt/docbook/common/db-xref.xsl
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2004-11-10 22:39:42 +0000
committerShaun McCance <shaunm@src.gnome.org>2004-11-10 22:39:42 +0000
commit9eabc764a800b8171a556c3beed170f08a2deeba (patch)
tree5dfec791308b00d2e15910f7d77ca8ac565ccd92 /xslt/docbook/common/db-xref.xsl
parentc7b09bc2090d83889945997b2eb6190b7c879c63 (diff)
downloadgnome-doc-utils-9eabc764a800b8171a556c3beed170f08a2deeba.tar.gz
- xsldoc changes to ease sibling processing problems
* xslt/docbook/common/db-chunk.xsl: * xslt/docbook/common/db-common.xsl: * xslt/docbook/common/db-format.xml.in: * xslt/docbook/common/db-label.xsl: * xslt/docbook/common/db-xref.xsl: * xslt/docbook/html/db2html-admon.xsl: * xslt/docbook/html/db2html-autotoc.xsl: * xslt/docbook/html/db2html-block.xsl: * xslt/docbook/html/db2html-callout.xsl: * xslt/docbook/html/db2html-classsynopsis.xsl: * xslt/docbook/html/db2html-cmdsynopsis.xsl: * xslt/docbook/html/db2html-division.xsl: * xslt/docbook/html/db2html-funcsynopsis.xsl: * xslt/docbook/html/db2html-info.xsl: * xslt/docbook/html/db2html-inline.xsl: * xslt/docbook/html/db2html-list.xsl: * xslt/docbook/html/db2html-qanda.xsl: * xslt/docbook/html/db2html-table.xsl: * xslt/docbook/html/db2html-title.xsl: * xslt/docbook/html/db2html-xref.xsl: * xslt/docbook/omf/db2omf.xsl: * xslt/gettext/format2xsl.xsl: * xslt/gettext/gettext.xsl: * xslt/rngdoc/rngdoc.xsl: * xslt/xsldoc/xsldoc.xsl: - xsldoc changes to ease sibling processing problems
Diffstat (limited to 'xslt/docbook/common/db-xref.xsl')
-rw-r--r--xslt/docbook/common/db-xref.xsl16
1 files changed, 8 insertions, 8 deletions
diff --git a/xslt/docbook/common/db-xref.xsl b/xslt/docbook/common/db-xref.xsl
index 0dcb9b9..4e31600 100644
--- a/xslt/docbook/common/db-xref.xsl
+++ b/xslt/docbook/common/db-xref.xsl
@@ -12,9 +12,9 @@
<template xmlns="http://www.gnome.org/~shaunm/xsldoc">
<name>db.xref.content</name>
- <description>
+ <purpose>
Generate the content for a cross reference
- </description>
+ </purpose>
</template>
<xsl:template name="db.xref.content">
@@ -45,20 +45,20 @@
<template xmlns="http://www.gnome.org/~shaunm/xsldoc">
<name>db.xref.target</name>
- <description>
+ <purpose>
Generate the target for a cross reference
- </description>
+ </purpose>
<parameter>
<name>linkend</name>
- <description>
+ <purpose>
The <sgmltag class="attribute">id</sgmltag> of the target element
- </description>
+ </purpose>
</parameter>
<parameter>
<name>target</name>
- <description>
+ <purpose>
The target element
- </description>
+ </purpose>
</parameter>
</template>