diff options
Diffstat (limited to 'stylesheets/lfs-profile.xsl')
-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="''"/> |