hhp.xsl revision 08cb74ca432a8c24e39f17dedce527e6a47b8001
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik Copyright 2003-2005 The Apache Software Foundation or its licensors, as
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik Licensed under the Apache License, Version 2.0 (the "License");
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik you may not use this file except in compliance with the License.
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik You may obtain a copy of the License at
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik Unless required by applicable law or agreed to in writing, software
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik distributed under the License is distributed on an "AS IS" BASIS,
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik See the License for the specific language governing permissions and
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik limitations under the License.
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<!-- the accompanying server version -->
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<xsl:param name="httpd.version" select="'generic'" />
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<!-- create nodeset for referencing later -->
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<xsl:variable name="htmlhelp.def" select="document('')/xsl:stylesheet
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik /xsl:template[@name='htmlhelp.def']" />
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<!-- ==================================================================== -->
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<!-- <sitemap> -->
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<!-- Create CHM project file from sitemap -->
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<!-- The file is an *.ini format text file -->
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<!-- ==================================================================== -->
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<!-- static information -->
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<!-- **************************************************************** -->
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<!-- resulting filename -->
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<xsl:text>Compiled file=httpd-docs-</xsl:text>
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<xsl:text>Contents file=toc.hhc</xsl:text>&lf;
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<xsl:text>Default topic=index.html</xsl:text>&lf;
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<!-- compiler related -->
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<xsl:text>Display compile progress=Yes</xsl:text>&lf;
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<xsl:text>Enhanced decompilation=Yes</xsl:text>&lf;
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<!-- search related -->
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<xsl:text>Full-text search=Yes</xsl:text>&lf;
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<!-- title of the help file -->
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<xsl:value-of select="normalize-space($message[@id='apachehttpserver'])"/>&lf;&lf;
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<!-- main window definition -->
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<!-- title -->
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<xsl:value-of select="normalize-space($message[@id='apachehttpserver'])"/>
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<!-- toc file -->
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<!-- index file (currently none) -->
134a1f4e3289b54e0f980e9cf05352e419a60beeCasper H.S. Dik<!-- default file (startup) -->
<!-- /modulefilelist/modulefile -->
<!-- if zero, don't print anything. hh.exe (the viewer) seems to -->
<!-- /helper.number2hex -->
<!-- some of the values are derived from htmlhelp.h -->
<!-- /htmlhelp.def -->