summaryrefslogtreecommitdiffstats
path: root/lib/docbook/docbook-xsl/docsrc/template-example.xml
blob: abb3dbd1e587f3d22f732b49dd28034ed3d43d40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<t:templates xmlns:t="http://nwalsh.com/docbook/xsl/template/1.0"
             xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
             base-stylesheet="/path/to/html/docbook.xsl">

<t:titlepage element="article" wrapper="div" class="titlepage">
  <t:titlepage-content side="recto" order="document">
    <title predicate="[1]"/>
    <author/>
    <edition/>
  </t:titlepage-content>
</t:titlepage>
</t:templates>