]> granicus.if.org Git - docbook-dsssl/commitdiff
Webhelp: moving parameters into the standard location so they will be part of the...
authorDavid Cramer <david@thingbag.net>
Sun, 6 May 2012 19:43:53 +0000 (19:43 +0000)
committerDavid Cramer <david@thingbag.net>
Sun, 6 May 2012 19:43:53 +0000 (19:43 +0000)
xsl/webhelp/xsl/webhelp.xsl [new file with mode: 0644]

diff --git a/xsl/webhelp/xsl/webhelp.xsl b/xsl/webhelp/xsl/webhelp.xsl
new file mode 100644 (file)
index 0000000..7f907da
--- /dev/null
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
+                xmlns:exsl="http://exslt.org/common"
+                xmlns:set="http://exslt.org/sets"
+               version="1.0"
+                exclude-result-prefixes="doc exsl set">
+
+<!-- ********************************************************************
+     $Id$
+     ******************************************************************** 
+
+     This file is part customization layer on top of the XSL DocBook
+     Stylesheet distribution that generates webhelp output.
+
+     ******************************************************************** -->
+
+<xsl:import href="../../html/chunk.xsl"/>
+<xsl:include href="webhelp-common.xsl"/>
+
+</xsl:stylesheet>