You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2002/03/05 01:54:15 UTC

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

vgritsenko    02/03/04 16:54:15

  Modified:    src/documentation/xdocs/userdocs/xsp request.xml
  Log:
  Fix error reported by Roger I Martin PhD [hypernexdev@hypernexinc.com]
  
  Revision  Changes    Path
  1.3       +3 -1      xml-cocoon2/src/documentation/xdocs/userdocs/xsp/request.xml
  
  Index: request.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/xsp/request.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- request.xml	5 Feb 2002 02:49:29 -0000	1.2
  +++ request.xml	5 Mar 2002 00:54:15 -0000	1.3
  @@ -151,7 +151,9 @@
   ]]></source> 
   
   <source><![CDATA[
  -<xsp-request:get-parameter><name>fruit</name></xsp-request:get-parameter>
  +<xsp-request:get-parameter>
  +  <xsp-request:name>fruit</xsp-request:name>
  +</xsp-request:get-parameter>
   ]]></source> 
   
   <p>All Request elements which get data from the request can output the data
  
  
  

----------------------------------------------------------------------
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