docs-common/packaging insert-changelog.xsl, 1.2, 1.3 insert-colophon.xsl, 1.2, 1.3

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sun Jan 22 20:26:16 UTC 2006


Author: pfrields

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

Modified Files:
	insert-changelog.xsl insert-colophon.xsl 
Log Message:
Make sure we output our XML declaration and DOCTYPE when rewriting rpm-info


Index: insert-changelog.xsl
===================================================================
RCS file: /cvs/docs/docs-common/packaging/insert-changelog.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- insert-changelog.xsl	15 Jan 2006 22:33:03 -0000	1.2
+++ insert-changelog.xsl	22 Jan 2006 20:26:09 -0000	1.3
@@ -16,7 +16,9 @@
 
 <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"/>
+  <xsl:output encoding="UTF-8" indent="yes" method="xml"
+    omit-xml-declaration="no" standalone="no" version="1.0"
+    doctype-system="../docs-common/packaging/rpm-info.dtd"/>
 
   <xsl:template match="/">
     <xsl:apply-templates/>


Index: insert-colophon.xsl
===================================================================
RCS file: /cvs/docs/docs-common/packaging/insert-colophon.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- insert-colophon.xsl	15 Jan 2006 23:27:34 -0000	1.2
+++ insert-colophon.xsl	22 Jan 2006 20:26:09 -0000	1.3
@@ -18,7 +18,9 @@
 
 <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"/>
+  <xsl:output encoding="UTF-8" indent="yes" method="xml"
+    omit-xml-declaration="no" standalone="no" version="1.0"
+    doctype-system="../docs-common/packaging/rpm-info.dtd"/>
 
   <!-- Cope if no othername is provided -->
   <xsl:param name="othername" select="''"/>




More information about the Fedora-docs-commits mailing list