diff --git a/ws/Docbook/CustomLayer/webhelp/webhelpHdm.xsl b/ws/Docbook/CustomLayer/webhelp/webhelpHdm.xsl new file mode 100644 index 0000000000000000000000000000000000000000..dd77bf4aee36e28da68d2801d2291e42671c146a --- /dev/null +++ b/ws/Docbook/CustomLayer/webhelp/webhelpHdm.xsl @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns:d="http://docbook.org/ns/docbook" + 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 d"> + +<xsl:import href="../../docbook-xsl/xhtml/chunk.xsl"/> +<xsl:import href="../../docbook-xsl/webhelp/xsl/webhelp-common.xsl"/> +<xsl:import href="../../docbook-xsl/webhelp/xsl/titlepage.templates.xsl"/> + +</xsl:stylesheet>