cziegeler    01/07/16 06:26:21

  Modified:    xdocs    Tag: cocoon_20_branch request-generator.xml
  Log:
  doc is valid again
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +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.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- request-generator.xml     2001/07/16 13:14:27     1.1.2.2
  +++ request-generator.xml     2001/07/16 13:26:20     1.1.2.3
  @@ -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]

Reply via email to