From: Joe Orton Date: Thu, 9 Mar 2017 08:50:43 +0000 (+0000) Subject: xforms. X-Git-Tag: 2.5.0-alpha~573 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=022f5e2b20c270d9e43fb73e2ace81b0b4c8d86b;p=apache xforms. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1786114 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 176352c618..974938ee43 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -2314,8 +2314,8 @@ presence or absence of a specific directive

In the former case, the directives between the start and end markers are only processed if a directive of the given name is available at the time of processing. The second format reverses the test, - and only processes the directives if the directive-name is - not defined.

+ and only processes the directives if directive-name is + not available.

This section should only be used if you need to have one configuration file that works across multiple versions of @@ -2432,28 +2432,30 @@ presence or absence of a specific section directive test>...</IfSection> section is used to mark directives that are conditional on the presence of a specific section directive. A section directive is any directive - such as <virtualhost> which + such as <VirtualHost> which encloses other directives, and has a directive name with a leading - "<". The sec + "<".

- The directives within an <IfSection> section are only processed if the test +

The directives within an <IfSection> section are only processed if the test is true. If test is false, everything between the start and end markers is ignored.

-

The section-name specified must not include the - leading "<". The test in the <IfSection> section can be one of two - forms:

+

The section-name must be specified without either + the leading "<" or closing ">". The test in the + <IfSection> section can be one + of two forms:

-

In the former case, the directives between the start and - end markers are only processed if a section directive of the given +

In the former case, the directives between the start and end + markers are only processed if a section directive of the given name is available at the time of processing. The second format - reverses the test, and only processes the directives if the - section-name is not defined.

+ reverses the test, and only processes the directives if + section-name is not an available + section directive.

For example:

diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 345f3e3074..8c44e5dc43 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index 0d6e8f7a27..fb155aa2d7 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + +