summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/html.content.post.page
blob: 1cfeeb3aeb413c172dc8b64a5704cdc979e589e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<page xmlns="http://projectmallard.org/1.0/" id="html.content.post" type="topic" style="xslt-template"><info><link type="guide" xref="html" group="templates"/><link type="guide" xref="templates" group="html"/><revision version="3.28" date="2016-06-21" status="final"/><desc>Output content after the content of a page or section, before subsections.</desc></info><title>html.content.post</title><p>Output content after the content of a page or section, before subsections.</p>
  
  
  <synopsis><title>Parameters</title><terms>
    <item>
      <title><code>node</code></title>
      <p>The node a page or section is being created for.</p>
    </item>
    <item>
      <title><code>page</code></title>
      <p>Whether the content is for a page.</p>
    </item>
  </terms></synopsis>
  <p>This template is called by importing stylesheets after any content of a page or section, but before any subsections. It applies <code style="xslt-mode" xref="html.content.post.mode">html.content.post.mode</code> to <code style="xslt-param">node</code>, then calls <code style="xslt-template" xref="html.content.post.custom">html.content.post.custom</code>. If the <code style="xslt-param">page</code> parameter is true, then this template is being called on an output page. Otherwise, it is being called on a section within a page.</p>
<list style="compact"><title>Calls Templates</title><item><p><link xref="html.content.post.custom"/></p></item></list><list style="compact"><title>Calls Modes</title><item><p><link xref="html.content.post.mode"/></p></item></list></page>