diff options
Diffstat (limited to 'stylesheets/lfs-xsl/docbook-xsl-1.78.1/epub3/docbook.xsl')
-rw-r--r-- | stylesheets/lfs-xsl/docbook-xsl-1.78.1/epub3/docbook.xsl | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/epub3/docbook.xsl b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/epub3/docbook.xsl deleted file mode 100644 index af099b8ee..000000000 --- a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/epub3/docbook.xsl +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE xsl:stylesheet [ -<!ENTITY uppercase "'ABCDEFGHIJKLMNOPQRSTUVWXYZ'"> -<!ENTITY lowercase "'abcdefghijklmnopqrstuvwxyz'"> -]> - -<xsl:stylesheet - xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns="http://www.w3.org/1999/xhtml" - exclude-result-prefixes="#default" - version="1.0"> - -<!-- $Id: docbook.xsl,v 1.1 2011-09-16 21:43:45 bobs Exp $ --> - -<xsl:import href="../xhtml5/docbook.xsl"/> - -<xsl:include href="epub3-element-mods.xsl"/> - -</xsl:stylesheet> |