r991 - branches/2.4-branch/BOOK/stylesheets

manuel at linuxfromscratch.org manuel at linuxfromscratch.org
Sun Mar 25 04:22:19 MDT 2007


Author: manuel
Date: 2007-03-25 04:22:19 -0600 (Sun, 25 Mar 2007)
New Revision: 991

Modified:
   branches/2.4-branch/BOOK/stylesheets/lfs-profile.xsl
Log:
Fixed DocBook DTD version.

Modified: branches/2.4-branch/BOOK/stylesheets/lfs-profile.xsl
===================================================================
--- branches/2.4-branch/BOOK/stylesheets/lfs-profile.xsl	2007-03-25 10:21:44 UTC (rev 990)
+++ branches/2.4-branch/BOOK/stylesheets/lfs-profile.xsl	2007-03-25 10:22:19 UTC (rev 991)
@@ -8,8 +8,8 @@
 
   <!-- Generate DocBook instance with correct DOCTYPE -->
   <xsl:output method="xml"
-              doctype-public="-//OASIS//DTD DocBook XML V4.4//EN"
-              doctype-system="http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"/>
+              doctype-public="-//OASIS//DTD DocBook XML V4.5//EN"
+              doctype-system="http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"/>
 
   <!-- Profiling parameters -->
   <xsl:param name="profile.arch" select="''"/>




More information about the hlfs-book mailing list