diff options
Diffstat (limited to 'stylesheets/lfs-profile.xsl')
-rw-r--r-- | stylesheets/lfs-profile.xsl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/stylesheets/lfs-profile.xsl b/stylesheets/lfs-profile.xsl new file mode 100644 index 000000000..85ad9a7c7 --- /dev/null +++ b/stylesheets/lfs-profile.xsl @@ -0,0 +1,9 @@ +<?xml version='1.0' encoding='ISO-8859-1'?> + +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns:fo="http://www.w3.org/1999/XSL/Format" + version="1.0"> + + <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.65.1/profiling/profile.xsl"/> + +</xsl:stylesheet> |