summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packaging/bookinfo.xsl7
1 files changed, 7 insertions, 0 deletions
diff --git a/packaging/bookinfo.xsl b/packaging/bookinfo.xsl
index ea4a302..f18c199 100644
--- a/packaging/bookinfo.xsl
+++ b/packaging/bookinfo.xsl
@@ -90,6 +90,13 @@
select="$lang"/>.xml</xsl:attribute></xsl:element>
</xsl:otherwise>
</xsl:choose>
+ <!-- Allow for an extra chunk inside *info of the writer's choice -->
+ <xsl:element name="xi:include"
+ namespace="http://www.w3.org/2001/XInclude">
+ <xsl:attribute name="href">_extrainfo.xml</xsl:attribute>
+ <xsl:element name="xi:fallback"
+ namespace="http://www.w3.org/2001/XInclude"/>
+ </xsl:element>
</xsl:element>
</xsl:template>