summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/mal.link.linkid.page
diff options
context:
space:
mode:
Diffstat (limited to 'doc/yelp-xsl/C/mal.link.linkid.page')
-rw-r--r--doc/yelp-xsl/C/mal.link.linkid.page55
1 files changed, 43 insertions, 12 deletions
diff --git a/doc/yelp-xsl/C/mal.link.linkid.page b/doc/yelp-xsl/C/mal.link.linkid.page
index c7b5227d..c501581e 100644
--- a/doc/yelp-xsl/C/mal.link.linkid.page
+++ b/doc/yelp-xsl/C/mal.link.linkid.page
@@ -1,13 +1,44 @@
-<?xml version="1.0"?>
-<page xmlns="http://projectmallard.org/1.0/" id="mal.link.linkid" type="topic" style="xslt-template"><info><link type="guide" xref="mal-link" group="templates"/><link type="guide" xref="templates" group="mal"/><revision version="3.0" date="2010-01-02" status="final"/><desc>Output the fully qualified link ID for a page or section.</desc></info><title>mal.link.linkid</title><p>Output the fully qualified link ID for a page or section.</p>
-
-
- <synopsis><title>Parameters</title><terms>
- <item>
- <title><code>node</code></title>
- <p>The <code>page</code> or <code>section</code> element to generate a link ID for.</p>
- </item>
- </terms></synopsis>
- <p>This template outputs the fully qualified link ID for a page or section. For <code>page</code> elements, the link ID is identical to the ID. For <code>section</code> elements, however, the link ID is the containing page ID and the section ID, joined with the <code>#</code> character.</p>
- <p>The link ID is used in Mallard cache files to ensure all <code>id</code> attributes are unique. All of the templates in this stylesheet that use a link ID use this template or <code style="xslt-template" xref="mal.link.xref.linkid">mal.link.xref.linkid</code>.</p>
+<?xml version="1.0" encoding="utf-8"?>
+<page xmlns="http://projectmallard.org/1.0/" xmlns:xsl="FIXME" style="xslt-template" id="mal.link.linkid">
+ <info>
+ <link type="guide" xref="mal-link" group="templates"/>
+ <link type="guide" xref="templates" group="mal"/>
+ <desc>Output the fully qualified link ID for a page or section.</desc>
+ <revision version="3.0" date="2010-01-02" status="final"/>
+ </info>
+ <title>mal.link.linkid</title>
+ <synopsis>
+ <title>Parameters</title>
+ <terms>
+ <item>
+ <title><code>$node</code></title>
+ <p>The <sys>page</sys> or <sys>section</sys> element to generate a link ID for.</p>
+ </item>
+ </terms>
+ </synopsis>
+ <p>This template outputs the fully qualified link ID for a page or section. For
+ <sys>page</sys> elements, the link ID is identical to the ID. For <sys>section</sys> elements,
+ however, the link ID is the containing page ID and the section ID, joined with
+ the <sys>#</sys> character.</p>
+ <p>The link ID is used in Mallard cache files to ensure all <sys>id</sys> attributes are
+ unique. All of the templates in this stylesheet that use a link ID use this
+ template or <code xref="mal.link.xref.linkid">mal.link.xref.linkid</code>.</p>
+ <list style="compact">
+ <title>Calls Parameters</title>
+ <item>
+ <p><link xref="mal.cache"/></p>
+ </item>
+ <item>
+ <p><link xref="mal.cache.file"/></p>
+ </item>
+ <item>
+ <p><link xref="mal.link.default_root"/></p>
+ </item>
+ <item>
+ <p><link xref="mal.link.extension"/></p>
+ </item>
+ <item>
+ <p><link xref="mal.link.prefix"/></p>
+ </item>
+ </list>
</page>