* (in document.order mode)
* (in document.order mode) — Create rules to process titlepage elements in stylesheet order
Synopsis
<xsl:template match="*" mode="document.order"/>
Description
This template is called to process all of the children of the
t:titlepage-content element. It creates the set
of xsl:apply-templates elements necessary
process each of those elements in the title page.
Note that this template automatically handles the case where
some DocBook elements, like title and subtitle, can occur both inside
the *info elements where metadata is usually stored and outside.
It also automatically calculates the name for the *info container
and handles elements that have historically had containers with different
names.