diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-03-25 10:20:54 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-03-25 10:20:54 +0000 |
commit | 96dd095ce772fd14ed22ad779ce2124e5bbb2f38 (patch) | |
tree | f274e7544a3f1ddf62cc75249b9f7611212920eb /stylesheets | |
parent | 3bac7eb7478c18bd57836f6b7befe265ec6ee1ae (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.xsl | 4 |
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="''"/> |