summaryrefslogtreecommitdiffstats
path: root/lib/docbook/docbook-xsl/javahelp/javahelp.xsl
blob: 159262c09ed9b9ac2ccdad854e0cc0ab81f2019d (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
		version="1.0"
                exclude-result-prefixes="doc">

<xsl:import href="../html/chunk.xsl"/>
<xsl:include href="javahelp-common.xsl"/>

</xsl:stylesheet>