cziegeler 01/07/16 06:26:35
Modified: xdocs request-generator.xml
Log:
doc is valid again
Revision Changes Path
1.4 +23 -23 xml-cocoon2/xdocs/request-generator.xml
Index: request-generator.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/xdocs/request-generator.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- request-generator.xml 2001/07/16 13:14:03 1.3
+++ request-generator.xml 2001/07/16 13:26:35 1.4
@@ -1,34 +1,34 @@
<?xml version="1.0"?>
<!DOCTYPE document SYSTEM "dtd/document-v10.dtd">
<document>
- <header>
- <title>Request Generator</title>
- <subtitle>in Cocoon 2</subtitle>
- <version>0.9</version>
- <type>Technical document</type>
- <authors>
- <person name="Carsten Ziegeler" email="[EMAIL PROTECTED]"/>
- </authors>
- <abstract>This document describes the request generator of Cocoon
2.</abstract>
- </header>
- <body>
- <s1 title="Request Generator">
- <p>The request generator uses the current request to produce
xml data.
+ <header>
+ <title>Request Generator</title>
+ <subtitle>in Cocoon 2</subtitle>
+ <version>0.9</version>
+ <type>Technical document</type>
+ <authors>
+ <person name="Carsten Ziegeler" email="[EMAIL PROTECTED]"/>
+ </authors>
+ <abstract>This document describes the request generator of Cocoon
2.</abstract>
+ </header>
+ <body>
+ <s1 title="Request Generator">
+ <p>The request generator uses the current request to produce xml data.
It converts some of the information contained in the request
to structured xml.</p>
- <ul>
- <li>Name : request</li>
- <li>Class:
org.apache.cocoon.generation.RequestGenerator</li>
- <li>Cacheable: no.</li>
- </ul>
+ <ul>
+ <li>Name : request</li>
+ <li>Class: org.apache.cocoon.generation.RequestGenerator</li>
+ <li>Cacheable: no.</li>
+ </ul>
<source>
<![CDATA[
<map:generate type="request"/>
<!-- The src attribute is optional -->
]]>
</source>
- <p>The output has the following schema. All elements have the
namespace
-
<code>http://xml.apache.org/cocoon/requestgenerator/2.0</code></p>.
+ <p>The output has the following schema. All elements have the namespace
+ <code>http://xml.apache.org/cocoon/requestgenerator/2.0</code></p>
<source>
<![CDATA[
<?xml version="1.0" encoding="UTF-8"?>
@@ -36,7 +36,7 @@
<!-- The root element is request. The target attribute is the requested uri
and the source attribute is the optional source attribute of the sitemap
entry for this pipeline. -->
-<request target="/cocoon/request" source=""
+<request target="/cocoon/request" source=""
xmlns="http://xml.apache.org/cocoon/requestgenerator/2.0">
<!-- First the headers: -->
@@ -69,6 +69,6 @@
</request>
]]>
</source>
- </s1>
- </body>
+ </s1>
+ </body>
</document>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]