Script zum Bauen der Dokumentation sowie Dobudish-Custom-CFGs
[kivitendo-erp.git] / doc / build / custom-cfg / htmlhelp.xsl
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 \r
3 <!-- This file is part of DobuDish                                           -->\r
4 \r
5 <!-- DobuDish is free software; you can redistribute it and/or modify        -->\r
6 <!-- it under the terms of the GNU General Public License as published by    -->\r
7 <!-- the Free Software Foundation; either version 2 of the License, or       -->\r
8 <!-- (at your option) any later version.                                     -->\r
9 \r
10 <!-- DobuDish is distributed in the hope that it will be useful,             -->\r
11 <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of          -->\r
12 <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the           -->\r
13 <!-- GNU General Public License for more details.                            -->\r
14 \r
15 <!-- You should have received a copy of the GNU General Public License       -->\r
16 <!-- along with DobuDish; if not, write to the Free Software                 -->\r
17 <!-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -->\r
18 \r
19 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"\r
20                 xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"\r
21                 xmlns:exsl="http://exslt.org/common"\r
22                 xmlns:set="http://exslt.org/sets"\r
23                 version="1.0"\r
24                 exclude-result-prefixes="doc exsl set">\r
25 \r
26   <xsl:import href="../../../system/custom-xsl/htmlhelp-book.xsl"/>\r
27   <xsl:import href="common.xsl"/>\r
28 \r
29 </xsl:stylesheet>