Index: request.xml
===================================================================
RCS file: /home/cvspublic/xml-cocoon2/xdocs/request.xml,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 request.xml
--- request.xml	2001/06/14 11:42:55	1.1.2.1
+++ request.xml	2001/06/24 03:02:17
@@ -42,8 +42,8 @@
 
 <source><![CDATA[
 <xsp:page
-  xmlns:xsp="http://www.apache.org/1999/XSP/Core"
-  xmlns:request="http://www.apache.org/1999/XSP/Request"
+    xmlns:xsp="http://apache.org/xsp"
+    xmlns:request="http://apache.org/xsp/request/2.0"
 >
 ...
 </xsp:page>
@@ -68,8 +68,8 @@
 <?cocoon-process type="xsp"?>
 
 <xsp:page
-  xmlns:xsp="http://www.apache.org/1999/XSP/Core"
-  xmlns:request="http://www.apache.org/1999/XSP/Request"
+    xmlns:xsp="http://apache.org/xsp"
+    xmlns:request="http://apache.org/xsp/request/2.0"
 >
   <html>
     <b>Request method:</b> <request:get-method/>
@@ -102,8 +102,8 @@
 <strong>Using the Request logicsheet:</strong>
 <![CDATA[
 <xsp:page
-  xmlns:xsp="http://www.apache.org/1999/XSP/Core"
-  xmlns:request="http://www.apache.org/1999/XSP/Request"
+    xmlns:xsp="http://apache.org/xsp"
+    xmlns:request="http://apache.org/xsp/request/2.0"
 >
   <page>
     <fruit><request:get-parameter name="fruit"/></fruit>
@@ -115,7 +115,7 @@
 <strong>Using the request object:</strong>
 <![CDATA[
 <xsp:page
-  xmlns:xsp="http://www.apache.org/1999/XSP/Core"
+    xmlns:xsp="http://apache.org/xsp"
 >
   <page>
     <fruit><xsp:expr>request.getParameter("fruit")</xsp:expr></fruit>
@@ -169,7 +169,7 @@
 the following code fragment:</p>
 
 <source><![CDATA[
-<request:get-parameter as="node" name="fruit"/>
+<request:get-parameter as="xml" name="fruit"/>
 ]]></source> 
 
 <p>results in output similar to:</p>
@@ -507,13 +507,6 @@
 <td>Sets the named attribute to the value represented by any children of the element.
 If the element has a text node as its child, the attribute will be set to the String
 containing the text.</td>
-</tr>
-
-<tr>
-<td>ignorethisitisjusttokeepthingsfromwrappinggg</td>
-<td></td>
-<td></td>
-<td></td>
 </tr>
 
 </table>

