summaryrefslogtreecommitdiff
path: root/docs/xslt/generate-attributions.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'docs/xslt/generate-attributions.xsl')
-rw-r--r--docs/xslt/generate-attributions.xsl9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/xslt/generate-attributions.xsl b/docs/xslt/generate-attributions.xsl
index dd9af2a2f3..fa34f3bbe2 100644
--- a/docs/xslt/generate-attributions.xsl
+++ b/docs/xslt/generate-attributions.xsl
@@ -13,6 +13,15 @@
<xsl:apply-templates select="@*|node()"/>
</xsl:template>
+<xsl:template match="/">
+ <xsl:element name="preface">
+ <xsl:element name="title"><xsl:text>Attribution</xsl:text></xsl:element>
+ <xsl:element name="para">
+ <xsl:apply-templates/>
+ </xsl:element>
+ </xsl:element>
+</xsl:template>
+
<xsl:template match="chapter">
<xsl:choose>
<xsl:when test="chapterinfo/author != ''">