From: Eric Covener Date: Mon, 26 Jan 2015 16:01:15 +0000 (+0000) Subject: xforms X-Git-Tag: 2.4.13~471 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=135cd2cad4e0385285803ecf3379ebe08d9eedac;p=apache xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1654834 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/intro.html.en b/docs/manual/rewrite/intro.html.en index b3edda267b..3f31fef8d6 100644 --- a/docs/manual/rewrite/intro.html.en +++ b/docs/manual/rewrite/intro.html.en @@ -141,8 +141,17 @@ the expression.

CondPattern, back-references are internally created which can be used with the strings $N and %N (see below). These are available for creating - the strings Substitution and TestString as - outlined in the following chapters. Figure 1 shows to which + the Substitution parameter of a + RewriteRule or + the TestString parameter of a + RewriteCond.

+

Captures in the RewriteRule patterns are (counterintuitively) available to + all preceding + RewriteCond directives, + because the RewriteRule + expression is evaluated before the individual conditions.

+ +

Figure 1 shows to which locations the back-references are transferred for expansion as well as illustrating the flow of the RewriteRule, RewriteCond matching. In the next chapters, we will be exploring how to use