docs-common/packaging insert-colophon.xsl,1.1,1.2

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sun Jan 15 23:27:42 UTC 2006


Author: pfrields

Update of /cvs/docs/docs-common/packaging
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28334/docs-common/packaging

Modified Files:
	insert-colophon.xsl 
Log Message:
May be trivial, but I think adding new contributors at the bottom makes it more readable


Index: insert-colophon.xsl
===================================================================
RCS file: /cvs/docs/docs-common/packaging/insert-colophon.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- insert-colophon.xsl	15 Jan 2006 17:05:14 -0000	1.1
+++ insert-colophon.xsl	15 Jan 2006 23:27:34 -0000	1.2
@@ -16,7 +16,7 @@
 
 -->
 
-<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 @@
 
   <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>
 




More information about the Fedora-docs-commits mailing list