]> git.lyx.org Git - lyx.git/blob - lib/docbook/epub3/docbook.xsl
Fix bug #11410.
[lyx.git] / lib / docbook / epub3 / docbook.xsl
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE xsl:stylesheet [
3 <!ENTITY uppercase "'ABCDEFGHIJKLMNOPQRSTUVWXYZ'">
4 <!ENTITY lowercase "'abcdefghijklmnopqrstuvwxyz'">
5 ]>
6
7 <xsl:stylesheet 
8   xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
9   xmlns:d="http://docbook.org/ns/docbook"
10   xmlns="http://www.w3.org/1999/xhtml"
11   exclude-result-prefixes="#default d"
12   version="1.0">
13
14 <xsl:import href="../xhtml5/docbook.xsl"/>
15
16 <xsl:include href="epub3-element-mods.xsl"/>
17
18 </xsl:stylesheet>