You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by hu...@apache.org on 2003/12/11 10:25:01 UTC

cvs commit: cocoon-2.1/src/documentation/xdocs/userdocs/selectors requestattribute-selector.xml requestparameter-selector.xml

huber       2003/12/11 01:25:01

  Modified:    src/documentation/xdocs/userdocs/selectors
                        requestattribute-selector.xml
                        requestparameter-selector.xml
  Log:
  fix name of selector
  
  Revision  Changes    Path
  1.4       +4 -4      cocoon-2.1/src/documentation/xdocs/userdocs/selectors/requestattribute-selector.xml
  
  Index: requestattribute-selector.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/selectors/requestattribute-selector.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- requestattribute-selector.xml	12 Oct 2003 13:04:51 -0000	1.3
  +++ requestattribute-selector.xml	11 Dec 2003 09:25:01 -0000	1.4
  @@ -20,7 +20,7 @@
       <s1 title="RequestAttributeSelector">
         <table>
           <tr>
  -          <td>NAME</td><td>host</td>
  +          <td>NAME</td><td>request-attribute</td>
           </tr>
           <tr>
             <td>WHAT</td><td>The <code>RequestAttributeSelector</code> component is used to
  @@ -104,14 +104,14 @@
         </s2>
         <s2 title="Configuration">
           <p>
  -          <!-- Explain the sitemap selector configuration, options when declaring host selector -->
  +          <!-- Explain the sitemap selector configuration, options when declaring request-attribute selector -->
             The configuration section of <code>RequestAttributeSelector</code> specifies
             the default name of the request attribute, used for testing.
           </p>
         </s2>
         <s2 title="Setup">
           <p>
  -          <!-- Explain the sitemap selector setup, ie options when using host selector -->
  +          <!-- Explain the sitemap selector setup, ie options when using request-attribute selector -->
             Setting up a <code>RequestAttributeSelector</code> includes
           </p>
           <ul>
  
  
  
  1.5       +4 -4      cocoon-2.1/src/documentation/xdocs/userdocs/selectors/requestparameter-selector.xml
  
  Index: requestparameter-selector.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/selectors/requestparameter-selector.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- requestparameter-selector.xml	12 Oct 2003 13:04:51 -0000	1.4
  +++ requestparameter-selector.xml	11 Dec 2003 09:25:01 -0000	1.5
  @@ -20,7 +20,7 @@
       <s1 title="RequestParameterSelector">
         <table>
           <tr>
  -          <td>NAME</td><td>host</td>
  +          <td>NAME</td><td>request-parameter</td>
           </tr>
           <tr>
             <td>WHAT</td><td>The <code>RequestParameterSelector</code> component is used to
  @@ -104,14 +104,14 @@
         </s2>
         <s2 title="Configuration">
           <p>
  -          <!-- Explain the sitemap selector configuration, options when declaring host selector -->
  +          <!-- Explain the sitemap selector configuration, options when declaring request-parameter selector -->
             The configuration section of <code>RequestParameterSelector</code> specifies
             the default name of the request parameter, used for testing.
           </p>
         </s2>
         <s2 title="Setup">
           <p>
  -          <!-- Explain the sitemap selector setup, ie options when using host selector -->
  +          <!-- Explain the sitemap selector setup, ie options when using request-parameter selector -->
             Setting up a <code>RequestParameterSelector</code> includes
           </p>
           <ul>