This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<!-- This file is a slightly adopted version of Jarno Elovirtas dita2html.xsl file in his plugin net.sourceforge.dita-ot.html. It omits completely the navigation templates.--> | |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot" | |
xmlns:ditamsg="http://dita-ot.sourceforge.net/ns/200704/ditamsg" | |
version="2.0" | |
exclude-result-prefixes="dita-ot ditamsg"> | |
<xsl:import href="plugin:org.dita.xhtml:xsl/dita2html-base.xsl"/> | |
<xsl:import href="plugin:org.dita.xhtml:xsl/xslhtml/dita2htmlImpl.xsl"/> |
NewerOlder