blob: 6d1988961a388e8f5537acb3557784d1eaaabed0 (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="$DOCBOOKPATH/htmlhelp/htmlhelp.xsl"/>
<xsl:import href="$CFGPATH/common-formatcfg.xsl"/>
<xsl:include href="$TARGETPATH/titlepage-htmlhelp.xsl"/>
</xsl:stylesheet>
|