diff options
author | Shaun McCance <shaunm@redhat.com> | 2018-09-22 19:03:59 -0400 |
---|---|---|
committer | Shaun McCance <shaunm@redhat.com> | 2018-09-22 19:03:59 -0400 |
commit | 6e1df911f1309025eb69dc07ffc92435e09c2457 (patch) | |
tree | f5faf6ce4bd65a282337265896ba42c7d874bd10 /doc/yelp-xsl/C/db2html.xlink.page | |
parent | c2d83e8e13ab76ff3c81d9d5577653c6977727b3 (diff) | |
download | yelp-xsl-6e1df911f1309025eb69dc07ffc92435e09c2457.tar.gz |
Change xsldoc to use ducktype
Diffstat (limited to 'doc/yelp-xsl/C/db2html.xlink.page')
-rw-r--r-- | doc/yelp-xsl/C/db2html.xlink.page | 64 |
1 files changed, 40 insertions, 24 deletions
diff --git a/doc/yelp-xsl/C/db2html.xlink.page b/doc/yelp-xsl/C/db2html.xlink.page index 5013e7de..a4212c6c 100644 --- a/doc/yelp-xsl/C/db2html.xlink.page +++ b/doc/yelp-xsl/C/db2html.xlink.page @@ -1,24 +1,40 @@ -<?xml version="1.0"?> -<page xmlns="http://projectmallard.org/1.0/" id="db2html.xlink" type="topic" style="xslt-template"><info><link type="guide" xref="db2html-xref" group="templates"/><link type="guide" xref="templates" group="db2html"/><revision version="0.0" date="1970-01-01" status="stub"/><desc>Generates a hyperlink from a DocBook 5 <code>link</code> element</desc></info><title>db2html.xlink</title><p>Generates a hyperlink from a DocBook 5 <code>link</code> element</p> - - - <synopsis><title>Parameters</title><terms> - <item> - <title><code>node</code></title> - <p>The node in question</p> - </item> - <item> - <title><code>linkend</code></title> - <p>The ID of the element to link to</p> - </item> - <item> - <title><code>url</code></title> - <p>The URL to link to</p> - </item> - <item> - <title><code>content</code></title> - <p>Optional content to use for the text of the link</p> - </item> - </terms></synopsis> - <p>Note that this template is also called for inline elements that use DocBook 5's ubiquitous linking.</p> -<list style="compact"><title>Calls Templates</title><item><p><link xref="db2html.ulink"/></p></item><item><p><link xref="db2html.link"/></p></item></list></page> +<?xml version="1.0" encoding="utf-8"?> +<page xmlns="http://projectmallard.org/1.0/" xmlns:xsl="FIXME" style="xslt-template" id="db2html.xlink"> + <info> + <link type="guide" xref="db2html-xref" group="templates"/> + <link type="guide" xref="templates" group="db2html"/> + <desc>Generates a hyperlink from a DocBook 5 <sys>link</sys> element</desc> + </info> + <title>db2html.xlink</title> + <synopsis> + <title>Parameters</title> + <terms> + <item> + <title><code>$node</code></title> + <p>The node in question</p> + </item> + <item> + <title><code>$linkend</code></title> + <p>The ID of the element to link to</p> + </item> + <item> + <title><code>$url</code></title> + <p>The URL to link to</p> + </item> + <item> + <title><code>$content</code></title> + <p>Optional content to use for the text of the link</p> + </item> + </terms> + </synopsis> + <p>Note that this template is also called for inline elements that use DocBook 5's ubiquitous linking.</p> + <list style="compact"> + <title>Calls Templates</title> + <item> + <p><link xref="db2html.link"/></p> + </item> + <item> + <p><link xref="db2html.ulink"/></p> + </item> + </list> +</page> |