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

cvs commit: xml-cocoon2/documentation/xdocs/userdocs/xsp request.xml

cziegeler    01/10/25 08:11:45

  Modified:    documentation/xdocs catalog-test.xml tutorial.xml
               documentation/xdocs/userdocs/xsp request.xml
  Log:
  Structured documentation
  
  Revision  Changes    Path
  1.4       +1 -1      xml-cocoon2/documentation/xdocs/catalog-test.xml
  
  Index: catalog-test.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/catalog-test.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- catalog-test.xml	2001/10/25 07:49:12	1.3
  +++ catalog-test.xml	2001/10/25 15:11:44	1.4
  @@ -27,7 +27,7 @@
   
     <p>
      For further information see Cocoon documentation:
  -   <link href="catalog.html">Entity resolution with catalogs</link>
  +   <link href="userdocs/concepts/catalog.html">Entity resolution with catalogs</link>
     </p>
   
     <p>
  
  
  
  1.4       +1 -1      xml-cocoon2/documentation/xdocs/tutorial.xml
  
  Index: tutorial.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/tutorial.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- tutorial.xml	2001/10/25 07:49:12	1.3
  +++ tutorial.xml	2001/10/25 15:11:44	1.4
  @@ -29,7 +29,7 @@
        The areas addressed are Logic, Content, Style, and Management.  There
        are different mechanisms for each.</p>
     <p>In order to learn how to use Cocoon, first make sure that you
  -     <link href="installing.html">install</link> it properly, then investigate
  +     <link href="installing/index.html">install</link> it properly, then investigate
        the many <link href="overview.html#samples">samples</link>.
        The following screenshots come from the
        &quot;<code>tutorial</code>&quot; that is provided with Cocoon.
  
  
  
  1.3       +4 -1      xml-cocoon2/documentation/xdocs/userdocs/xsp/request.xml
  
  Index: request.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/userdocs/xsp/request.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- request.xml	2001/10/25 14:58:43	1.2
  +++ request.xml	2001/10/25 15:11:44	1.3
  @@ -336,7 +336,10 @@
   <td>Gets the value of the named request parameter.  This is a value from
   the request string (e.g., ?fruit=apple) or from POSTed form data.  If the parameter
   has more than one value, (e.g, ?fruit=apple&amp;fruit=orange), then this gets the first
  -value.  See xsp-request:get-parameter-values.</td>
  +value.  See xsp-request:get-parameter-values. Possible attributes:
  +form-encoding (depends on the encoding of the page which sends the form data)
  +and container-encoding (default per servlet spec: ISO-8859-1 but if your servlet container
  +uses another one you can adjust)</td>
   </tr>
   
   <tr>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org