<!-- This stylesheet was created by titlepage.xsl; do not edit it by hand. -->
-<xsl:import href="/path/to/html/docbook.xsl"/>
-
<xsl:template name="article.titlepage.recto"><xsl:apply-templates mode="article.titlepage.recto.mode" select="(articleinfo/title|artheader/title|title)[1]|articleinfo/author|artheader/author|articleinfo/edition|artheader/edition"/>
</xsl:template>
]]></screen>
<para>Despite its cryptic appearance, it has the desired result.
+When you use <literal>xsl:include</literal> to include these
+generated templates into the main stylesheet, then they are
+used to format the title page elements.
+The elements are selected and processed in the order you specified.
+</para>
+<para>
If you want to change <emphasis>how</emphasis> the titlepage elements
are formatted (as opposed to which ones are formatted), you have to
write your own customization layer that overrides the template for