summaryrefslogtreecommitdiff
path: root/build/stylesheets/style-profile.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'build/stylesheets/style-profile.xsl')
-rw-r--r--build/stylesheets/style-profile.xsl14
1 files changed, 14 insertions, 0 deletions
diff --git a/build/stylesheets/style-profile.xsl b/build/stylesheets/style-profile.xsl
new file mode 100644
index 000000000..16a7a6b48
--- /dev/null
+++ b/build/stylesheets/style-profile.xsl
@@ -0,0 +1,14 @@
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
+
+<!-- Include common profiling stylesheet -->
+<xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/profiling/profile.xsl"/>
+
+<!-- Generate DocBook instance with correct DOCTYPE -->
+<xsl:output method="xml"
+ encoding="UTF-8"
+ doctype-public="-//OASIS//DTD DocBook XML V4.2//EN"
+ doctype-system="http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"/>
+
+</xsl:stylesheet>
+