]> git.lyx.org Git - lyx.git/blob - lib/docbook/xhtml5/profile-docbook.xsl
Release notes
[lyx.git] / lib / docbook / xhtml5 / profile-docbook.xsl
1 <?xml version="1.0" encoding="ASCII"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3                 xmlns:d="http://docbook.org/ns/docbook"
4                 xmlns:ng="http://docbook.org/docbook-ng"
5                 xmlns:db="http://docbook.org/ns/docbook"
6                 xmlns:exsl="http://exslt.org/common"
7                 xmlns:exslt="http://exslt.org/common"
8                 xmlns="http://www.w3.org/1999/xhtml"
9                 exslt:dummy="dummy"
10                 ng:dummy="dummy"
11                 db:dummy="dummy"
12                 extension-element-prefixes="exslt"
13                 exclude-result-prefixes="db ng exsl exslt exslt d"
14                 version="1.0">
15
16
17 <!-- ********************************************************************
18
19      This file is part of the XSL DocBook Stylesheet distribution.
20      See ../README or http://cdn.docbook.org/release/xsl/current/ for
21      copyright and other information.
22
23      ******************************************************************** -->
24
25 <!-- ==================================================================== -->
26
27 <xsl:import href="xhtml-profile-docbook.xsl"/>
28
29 <xsl:include href="html5-element-mods.xsl"/>
30
31 <xsl:output method="xml" encoding="UTF-8" indent="no"/>
32
33 </xsl:stylesheet>