You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2004/04/14 05:52:43 UTC

cvs commit: cocoon-2.1/src/webapp/WEB-INF/entities sitemap-v06.rng

crossley    2004/04/13 20:52:43

  Modified:    src/webapp/WEB-INF/entities sitemap-v06.rng
  Log:
  Added <parameter>* to <pipe>
  Submitted by: David Carmona Perez DPerezCar<AT>fcc.es
  
  Revision  Changes    Path
  1.6       +4 -1      cocoon-2.1/src/webapp/WEB-INF/entities/sitemap-v06.rng
  
  Index: sitemap-v06.rng
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/WEB-INF/entities/sitemap-v06.rng,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- sitemap-v06.rng	19 Mar 2004 03:39:21 -0000	1.5
  +++ sitemap-v06.rng	14 Apr 2004 03:52:42 -0000	1.6
  @@ -84,6 +84,7 @@
   20030219 V0.6 Add new i18nTransformer contents <catalogues> (DC)
   20030730 V0.6 Added new htmlGenerator contents <catalogues> (NKB)
   20040123 V0.6 Added <parameter>* to <generator> (NKB)
  +20040414 V0.6 Added <parameter>* to <pipe> (DC)
   
   ====================================================================
   -->
  @@ -1091,7 +1092,9 @@
     <define name="map.pipe">
       <element name="map:pipe">
         <ref name="map.pipe.attlist"/>
  -      <empty/>
  +      <zeroOrMore>
  +        <ref name="map.parameter"/>
  +      </zeroOrMore>
       </element>
     </define>
     <define name="map.pipe.attlist" combine="interleave">