aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-xsl/docbook-xsl-snapshot/highlighting
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/lfs-xsl/docbook-xsl-snapshot/highlighting')
-rw-r--r--stylesheets/lfs-xsl/docbook-xsl-snapshot/highlighting/common.xsl16
1 files changed, 16 insertions, 0 deletions
diff --git a/stylesheets/lfs-xsl/docbook-xsl-snapshot/highlighting/common.xsl b/stylesheets/lfs-xsl/docbook-xsl-snapshot/highlighting/common.xsl
new file mode 100644
index 000000000..40473c519
--- /dev/null
+++ b/stylesheets/lfs-xsl/docbook-xsl-snapshot/highlighting/common.xsl
@@ -0,0 +1,16 @@
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version='1.0'>
+
+<!-- ********************************************************************
+
+ Fake file to keep happy ../{fo,xhtml}/verbatim.xsl
+
+ ******************************************************************** -->
+
+ <xsl:template name="apply-highlighting">
+ <xsl:apply-templates/>
+ </xsl:template>
+
+</xsl:stylesheet>
+