cziegeler    2003/01/14 02:48:58

  Modified:    src/webapp/WEB-INF/entities sitemap-v06.rng
  Log:
  Renaming components section for pipeline implementations to "pipes" and "pipe"
  
  Revision  Changes    Path
  1.4       +31 -4     xml-cocoon2/src/webapp/WEB-INF/entities/sitemap-v06.rng
  
  Index: sitemap-v06.rng
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/entities/sitemap-v06.rng,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- sitemap-v06.rng   9 Jan 2003 03:13:55 -0000       1.3
  +++ sitemap-v06.rng   14 Jan 2003 10:48:58 -0000      1.4
  @@ -394,7 +394,7 @@
             <ref name="map.flow-interpreters"/>
           </optional>
           <optional>
  -          <ref name="map.pipelines"/>
  +          <ref name="map.pipes"/>
           </optional>
         </interleave>
       </element>
  @@ -936,6 +936,36 @@
       <ref name="component.attr"/>
     </define>
   
  +<!-- Pipes ======================================== -->
  +  <define name="map.pipes">
  +    <element name="map:pipes">
  +      <ref name="map.pipes.attlist"/>
  +      <zeroOrMore> 
  +        <ref name="map.pipe"/>
  +      </zeroOrMore>
  +    </element>
  +  </define>
  +  <define name="map.pipes.attlist" combine="interleave">
  +    <ref name="universal.attr"/>
  +    <ref name="default.attr"/>
  +  </define>
  +
  +  <define name="map.pipe">
  +    <element name="map:pipe">
  +      <ref name="map.pipe.attlist"/>
  +      <empty/>
  +    </element>
  +  </define>
  +  <define name="map.pipe.attlist" combine="interleave">
  +    <ref name="universal.attr"/>
  +    <ref name="name.attr"/>
  +    <ref name="src.attr"/>
  +    <ref name="component.attr"/>
  +    <optional>
  +       <ref name="autoCachingPoint"/>
  +     </optional>
  +  </define>
  +
   <!-- =============================================================== -->
   <!-- Views -->
   <!-- =============================================================== -->
  @@ -1095,9 +1125,6 @@
           <zeroOrMore>
             <ref name="map.handle-errors"/>
           </zeroOrMore>
  -        <optional>
  -          <ref name="autoCachingPoint"/>
  -        </optional>
         </optional>
   
         <!-- Schematron rules for map:pipeline follow -->
  
  
  

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