summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/db.chunk.chunk-id.page
diff options
context:
space:
mode:
Diffstat (limited to 'doc/yelp-xsl/C/db.chunk.chunk-id.page')
-rw-r--r--doc/yelp-xsl/C/db.chunk.chunk-id.page68
1 files changed, 48 insertions, 20 deletions
diff --git a/doc/yelp-xsl/C/db.chunk.chunk-id.page b/doc/yelp-xsl/C/db.chunk.chunk-id.page
index f04dbf1c..bd457c00 100644
--- a/doc/yelp-xsl/C/db.chunk.chunk-id.page
+++ b/doc/yelp-xsl/C/db.chunk.chunk-id.page
@@ -1,20 +1,48 @@
-<?xml version="1.0"?>
-<page xmlns="http://projectmallard.org/1.0/" id="db.chunk.chunk-id" type="topic" style="xslt-template"><info><link type="guide" xref="db-chunk" group="templates"/><link type="guide" xref="templates" group="db"/><revision version="0.0" date="1970-01-01" status="stub"/><desc>Determines the id of the chunk that contains an element.</desc></info><title>db.chunk.chunk-id</title><p>Determines the id of the chunk that contains an element.</p>
-
-
- <synopsis><title>Parameters</title><terms>
- <item>
- <title><code>id</code></title>
- <p>The id of the element to determine the chunk id of</p>
- </item>
- <item>
- <title><code>node</code></title>
- <p>The element to determine the chunk id of</p>
- </item>
- <item>
- <title><code>depth_in_chunk</code></title>
- <p>The depth of <code style="xslt-param">node</code> in the containing chunk</p>
- </item>
- </terms></synopsis>
- <comment><p>Explain how this works</p></comment>
-<list style="compact"><title>Calls Templates</title><item><p><link xref="db.chunk.depth-in-chunk"/></p></item></list><list style="compact"><title>Calls Keys</title><item><p><link xref="db.id.key"/></p></item></list><list style="compact"><title>Calls Parameters</title><item><p><link xref="db.chunk.basename"/></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="db.chunk.chunk-id">
+ <info>
+ <link type="guide" xref="db-chunk" group="templates"/>
+ <link type="guide" xref="templates" group="db"/>
+ <desc>Determines the id of the chunk that contains an element.</desc>
+ </info>
+ <title>db.chunk.chunk-id</title>
+ <synopsis>
+ <title>Parameters</title>
+ <terms>
+ <item>
+ <title><code>$id</code></title>
+ <p>The id of the element to determine the chunk id of</p>
+ </item>
+ <item>
+ <title><code>$node</code></title>
+ <p>The element to determine the chunk id of</p>
+ </item>
+ <item>
+ <title><code>$depth_in_chunk</code></title>
+ <p>The depth of <code>$node</code> in the containing chunk</p>
+ </item>
+ </terms>
+ </synopsis>
+ <p>REMARK: Explain how this works</p>
+ <list style="compact">
+ <title>Calls Parameters</title>
+ <item>
+ <p><link xref="db.chunk.basename"/></p>
+ </item>
+ <item>
+ <p><link xref="db.chunk.max_depth"/></p>
+ </item>
+ </list>
+ <list style="compact">
+ <title>Calls Keys</title>
+ <item>
+ <p><link xref="db.id.key"/></p>
+ </item>
+ </list>
+ <list style="compact">
+ <title>Calls Templates</title>
+ <item>
+ <p><link xref="db.chunk.depth-in-chunk"/></p>
+ </item>
+ </list>
+</page>