[yelp-xsl: 3/5] Adding a top-level dita2html driver



commit 17451074a86e1d7519b2116e1fe17a4ca789c0f1
Author: Shaun McCance <shaunm gnome org>
Date:   Mon Apr 27 23:25:47 2015 -0400

    Adding a top-level dita2html driver

 xslt/dita/html/dita2html.xsl |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/xslt/dita/html/dita2html.xsl b/xslt/dita/html/dita2html.xsl
new file mode 100644
index 0000000..1170379
--- /dev/null
+++ b/xslt/dita/html/dita2html.xsl
@@ -0,0 +1,34 @@
+<?xml version='1.0' encoding='UTF-8'?><!-- -*- indent-tabs-mode: nil -*- -->
+<!--
+This program is free software; you can redistribute it and/or modify it under
+the terms of the GNU Lesser General Public License as published by the Free
+Software Foundation; either version 2 of the License, or (at your option) any
+later version.
+
+This program is distributed in the hope that it will be useful, but WITHOUT
+ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+details.
+
+You should have received a copy of the GNU Lesser General Public License
+along with this program; see the file COPYING.LGPL.  If not, see <http://www.gnu.org/licenses/>.
+-->
+
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
+                xmlns:html="http://www.w3.org/1999/xhtml";
+                exclude-result-prefixes="html mml"
+                version="1.0">
+
+<!--!!==========================================================================
+DITA to HTML
+
+REMARK: Describe this module
+-->
+
+<xsl:import href="dita2xhtml.xsl"><?pass?></xsl:import>
+
+<xsl:param name="html.xhtml" select="false()"/>
+
+<xsl:namespace-alias stylesheet-prefix="html" result-prefix="#default"/>
+
+</xsl:stylesheet>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]