<syntax>BrowserMatch <em>regex env-variable</em>[=<em>value</em>]
[<em>env-variable</em>[=<em>value</em>]] ...</syntax>
<default><i>none</i></default>
-<context>server config, virtual host, directory, .htaccess</context>
+<contextlist><context>server config</context>
+<context>virtual host</context><context>directory</context>
+<context>.htaccess</context></contextlist>
<override>FileInfo</override>
<compatibility>Apache 1.2 and
above (in Apache 1.2 this directive was found in the
<syntax>BrowserMatchNoCase <em>regex env-variable</em>[=<em>value</em>]
[<em>env-variable</em>[=<em>value</em>]] ...</syntax>
<default><em>none</em></default>
-<context>server config, virtual host, directory, .htaccess</context>
+<contextlist><context>server config</context>
+<context>virtual host</context><context>directory</context>
+<context>.htaccess</context></contextlist>
<override>FileInfo</override>
<compatibility>Apache 1.2 and
above (in Apache 1.2 this directive was found in the
regex env-variable</em>[=<em>value</em>]
[<em>env-variable</em>[=<em>value</em>]] ...</syntax>
<default><em>none</em></default>
-<context> server config, virtual host, directory, .htaccess</context>
+<contextlist><context>server config</context>
+<context>virtual host</context><context>directory</context>
+<context>.htaccess</context></contextlist>
<override>FileInfo</override>
<compatibility>Apache 1.3 and
above; the Request_Protocol keyword and environment-variable
<syntax>SetEnvIfNoCase <em>attribute regex env-variable</em>[=<em>value</em>]
[<em>env-variable</em>[=<em>value</em>]] ...</syntax>
<default><em>none</em></default>
-<context>server config, virtual host, directory, .htaccess</context>
+<contextlist><context>server config</context>
+<context>virtual host</context><context>directory</context>
+<context>.htaccess</context></contextlist>
<override>FileInfo</override>
<compatibility>Apache 1.3 and above</compatibility>
<?xml version="1.0" encoding="ISO-8859-1"?>
-
+<!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp " "> ]>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:template match="modulesynopsis">
<html>
+
+<!-- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ This file is generated from xml source: DO NOT EDIT
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -->
+
<head>
- <xsl:apply-templates select="meta"/>
- <title><xsl:value-of select="name"/> - Apache HTTP Server</title>
+ <xsl:apply-templates select="meta"/>
+ <title><xsl:value-of select="name"/> - Apache HTTP Server</title>
+ <link rel="stylesheet" type="text/css" href="../style/manual.css" />
</head>
<body>
<table bgcolor="#cccccc" cellpadding="0" cellspacing="1">
<tr><td>
<table bgcolor="#ffffff">
-<tr><td><strong>Description:</strong> </td>
+<tr><td><span class="help">Description:</span> </td>
<td><xsl:apply-templates select="description"/></td></tr>
-<tr><td><a class="help" href="module-dict.html#Status"><strong>Status:</strong></a> </td>
+<tr><td><a class="help" href="module-dict.html#Status">Status:</a> </td>
<td><xsl:value-of select="status"/></td></tr>
-<tr><td><a class="help" href="module-dict.html#ModuleIdentifier"><strong>Module Identifier:</strong></a> </td>
+<tr><td><a class="help" href="module-dict.html#ModuleIdentifier">Module Identifier:</a> </td>
<td><xsl:value-of select="identifier"/></td></tr>
-<tr><td><a class="help" href="module-dict.html#Compatibility"><strong>Compatibility:</strong></a> </td>
+<xsl:if test="compatibility">
+<tr><td><a class="help" href="module-dict.html#Compatibility">Compatibility:</a> </td>
<td><xsl:apply-templates select="compatibility"/></td></tr>
+</xsl:if>
</table>
</td></tr>
</table>
<table bgcolor="#cccccc" border="0" cellspacing="0" cellpadding="1">
<tr><td>
<table bgcolor="#ffffff" width="100%">
-<tr><td><strong>Description:</strong> </td>
+<tr><td>Description: </td>
<td><xsl:value-of select="description"/></td></tr>
<tr><td><a class="help" href="directive-dict.html#Syntax">Syntax:</a> </td>
<td><xsl:apply-templates select="syntax"/></td></tr>
+<xsl:if test="default">
<tr><td><a class="help" href="directive-dict.html#Default">Default:</a> </td>
<td><code><xsl:value-of select="default"/></code></td></tr>
+</xsl:if>
<tr><td><a class="help" href="directive-dict.html#Context">Context:</a> </td>
-<td><xsl:value-of select="context"/></td></tr>
+<td><xsl:apply-templates select="contextlist"/></td></tr>
+<xsl:if test="override">
<tr><td><a class="help" href="directive-dict.html#Override">Override:</a> </td>
<td><xsl:value-of select="override"/></td></tr>
+</xsl:if>
<tr><td><a class="help" href="directive-dict.html#Status">Status:</a> </td>
<td><xsl:value-of select="/modulesynopsis/status"/></td></tr>
<tr><td><a class="help" href="directive-dict.html#Module">Module:</a> </td>
<td><xsl:value-of select="/modulesynopsis/name"/></td></tr>
+<xsl:if test="compatibility">
<tr><td><a class="help" href="directive-dict.html#Compatibility">Compatibility:</a> </td>
<td><xsl:value-of select="compatibility"/></td></tr>
+</xsl:if>
</table>
</td></tr></table>
<xsl:apply-templates select="usage"/>
<hr />
</xsl:template>
+ <xsl:template match="contextlist">
+ <xsl:apply-templates select="context"/>
+ </xsl:template>
+
+ <xsl:template match="context">
+ <xsl:value-of select="." />
+ <xsl:if test="not(position()=last())">, </xsl:if>
+ </xsl:template>
+
<xsl:template match="example">
<blockquote>
<table cellpadding="10"><tr><td bgcolor="#eeeeee">
</xsl:template>
<xsl:template match="directive">
- <code>
+ <code class="directive">
<xsl:if test="@module">
<xsl:variable name="module">
<xsl:value-of select="./@module"/>
<xsl:value-of select="."/>
</xsl:variable>
<xsl:if test="@module=/modulesynopsis/name">
- <a href="#{$directive}"><xsl:value-of select="."/></a>
+ <a class="directive" href="#{$directive}"><xsl:value-of select="."/></a>
</xsl:if>
<xsl:if test="@module!=/modulesynopsis/name">
- <a href="{$module}.html#{$directive}"><xsl:value-of select="."/></a>
+ <a class="directive" href="{$module}.html#{$directive}"><xsl:value-of select="."/></a>
</xsl:if>
</xsl:if>
<xsl:if test="not(@module)">