aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-03-25 10:20:54 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-03-25 10:20:54 +0000
commit96dd095ce772fd14ed22ad779ce2124e5bbb2f38 (patch)
treef274e7544a3f1ddf62cc75249b9f7611212920eb /stylesheets
parent3bac7eb7478c18bd57836f6b7befe265ec6ee1ae (diff)
Fixed DocBook DTD version.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7980 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/lfs-profile.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/lfs-profile.xsl b/stylesheets/lfs-profile.xsl
index 68dca215b..8dafca2bd 100644
--- a/stylesheets/lfs-profile.xsl
+++ b/stylesheets/lfs-profile.xsl
@@ -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="''"/>