summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packaging/insert-colophon.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/insert-colophon.xsl b/packaging/insert-colophon.xsl
index e0408ff..99e00ed 100644
--- a/packaging/insert-colophon.xsl
+++ b/packaging/insert-colophon.xsl
@@ -16,7 +16,7 @@ The following stringparam values will be set in this stylesheet:
-->
-<xsl:stylesheet version="1.0" xml:space="preserve" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output encoding="UTF-8" indent="yes" method="xml" omit-xml-declaration="yes" standalone="no" version="1.0"/>
@@ -45,8 +45,8 @@ The following stringparam values will be set in this stylesheet:
<xsl:template name="colophon">
<xsl:element name="colophon">
- <xsl:element name="worker" use-attribute-sets="person"/>
<xsl:copy-of select="*"/>
+ <xsl:element name="worker" use-attribute-sets="person"/>
</xsl:element>
</xsl:template>