summaryrefslogtreecommitdiff
path: root/xslt/docbook/html/db2html-callout.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xslt/docbook/html/db2html-callout.xsl')
-rw-r--r--xslt/docbook/html/db2html-callout.xsl25
1 files changed, 13 insertions, 12 deletions
diff --git a/xslt/docbook/html/db2html-callout.xsl b/xslt/docbook/html/db2html-callout.xsl
index fa4e70e4..d215a675 100644
--- a/xslt/docbook/html/db2html-callout.xsl
+++ b/xslt/docbook/html/db2html-callout.xsl
@@ -23,25 +23,26 @@ along with this program; see the file COPYING.LGPL. If not, see <http://www.gnu
<!--!!==========================================================================
DocBook to HTML - Callouts
-:Requires: db2html-block db2html-xref html
-:Revision:version="1.0" date="2011-05-16" status="final"
+@revision[version=1.0 date=2011-05-16 status=final]
-This modules handles simple DocBook callouts using the #{co} and #{callout}
-elements. Currently, only callouts to #{co} elements are supported. The
-#{area} element is not supported.
+This modules handles simple DocBook callouts using the `co` and `callout`
+elements. Currently, only callouts to `co` elements are supported. The
+`area` element is not supported.
-->
<!--**==========================================================================
db2html.callout.label
-Create a callout label for a #{co} element.
-:Revision:version="1.0" date="2011-05-16" status="final"
-$node: The #{co} element to create a callout label for.
+Create a callout label for a `co` element.
+@revision[version=1.0 date=2011-05-16 status=final]
-This template creates a label for a callout, taking a #{co} element as the
-${node} parameter. The label is numbered according to the position of the #{co}
-element in the document. To create the corresponding label for a #{callout}
-element, locate the corresponding #{co} element and call this template on it.
+[xsl:params]
+$node: The `co` element to create a callout label for.
+
+This template creates a label for a callout, taking a `co` element as the
+$node parameter. The label is numbered according to the position of the `co`
+element in the document. To create the corresponding label for a `callout`
+element, locate the corresponding `co` element and call this template on it.
-->
<xsl:template name="db2html.callout.label">
<xsl:param name="node" select="."/>