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 2002/11/07 01:22:45 UTC

cvs commit: xml-cocoon2/src/webapp/WEB-INF/entities sitemap-v05.rng

crossley    2002/11/06 16:22:45

  Modified:    src/webapp/WEB-INF/entities sitemap-v05.rng
  Log:
  Allow any elements as content for map:selector
  Submitted by: Colin Adams <co...@colina.demon.co.uk>
  PR: 14305
  
  Revision  Changes    Path
  1.4       +2 -1      xml-cocoon2/src/webapp/WEB-INF/entities/sitemap-v05.rng
  
  Index: sitemap-v05.rng
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/entities/sitemap-v05.rng,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- sitemap-v05.rng	31 Oct 2002 02:13:58 -0000	1.3
  +++ sitemap-v05.rng	7 Nov 2002 00:22:45 -0000	1.4
  @@ -58,6 +58,7 @@
   20021029 V0.5 Corrections to allow recent sitemap changes to validate
                 (rules needed loosening considerably to enable this). (CPA)
   20021030 V0.5 Additional checks on element contents. (CPA)
  +20021`06 V0.5 Map:selector declared to have any content. (CPA)
   
   The following invalid (deliberately) constructs from lint/sitemap.xmap are
   currently sucessfully validated:
  @@ -782,7 +783,7 @@
       <element name="map:selector">
         <ref name="map.selector.attlist"/>
         <zeroOrMore>
  -        <ref name="browser"/>
  +        <ref name="anyElement"/>
         </zeroOrMore>
       </element>
     </define>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org