Skip to content

Instantly share code, notes, and snippets.

View petersell's full-sized avatar

Andreas Petersell petersell

View GitHub Profile
@petersell
petersell / dita2html.xsl
Last active August 29, 2015 14:10
xsl from com.ditalog.kirby.txt plugin - 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.
<?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"/>