Author: manuel Date: 2007-03-25 04:20:54 -0600 (Sun, 25 Mar 2007) New Revision: 7980
Modified: trunk/BOOK/stylesheets/lfs-profile.xsl Log: Fixed DocBook DTD version. Modified: trunk/BOOK/stylesheets/lfs-profile.xsl =================================================================== --- trunk/BOOK/stylesheets/lfs-profile.xsl 2007-03-25 10:07:54 UTC (rev 7979) +++ trunk/BOOK/stylesheets/lfs-profile.xsl 2007-03-25 10:20:54 UTC (rev 7980) @@ -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="''"/> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
