aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-profile.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/lfs-profile.xsl')
-rw-r--r--stylesheets/lfs-profile.xsl10
1 files changed, 5 insertions, 5 deletions
diff --git a/stylesheets/lfs-profile.xsl b/stylesheets/lfs-profile.xsl
index 16ab132b4..68dca215b 100644
--- a/stylesheets/lfs-profile.xsl
+++ b/stylesheets/lfs-profile.xsl
@@ -4,13 +4,13 @@
version="1.0">
<!-- Include common profiling stylesheet -->
- <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.68.1/profiling/profile-mode.xsl"/>
-
+ <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.69.1/profiling/profile-mode.xsl"/>
+
<!-- Generate DocBook instance with correct DOCTYPE -->
- <xsl:output method="xml"
+ <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"/>
-
+
<!-- Profiling parameters -->
<xsl:param name="profile.arch" select="''"/>
<xsl:param name="profile.condition" select="''"/>
@@ -26,7 +26,7 @@
<xsl:param name="profile.attribute" select="''"/>
<xsl:param name="profile.value" select="''"/>
<xsl:param name="profile.separator" select="';'"/>
-
+
<!-- Call common profiling mode -->
<xsl:template match="/">
<xsl:apply-templates select="." mode="profile"/>