cziegeler 01/06/25 02:38:32
Modified: xdocs request.xml
Log:
Applied patch from Ignacio J. Ortega
Revision Changes Path
1.3 +8 -15 xml-cocoon2/xdocs/request.xml
Index: request.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/xdocs/request.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- request.xml 2001/06/14 11:45:34 1.2
+++ request.xml 2001/06/25 09:38:31 1.3
@@ -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>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]