jefft       2003/05/23 04:55:18

  Modified:    src/webapp/WEB-INF/entities sitemap-v06.rng
  Log:
  Update sitemap grammar
  
  Revision  Changes    Path
  1.2       +11 -0     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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sitemap-v06.rng   9 Mar 2003 00:10:45 -0000       1.1
  +++ sitemap-v06.rng   23 May 2003 11:55:18 -0000      1.2
  @@ -279,6 +279,7 @@
       <optional><ref name="use-browser-capabilities-db"/></optional>
       <optional><ref name="use-session-info"/></optional>
       <optional><ref name="use-deli"/></optional>
  +    <optional><ref name="xslt-processor-role"/></optional>
       <optional><ref name="transformer-factory"/></optional> 
     </define>
   
  @@ -610,6 +611,16 @@
       </element>
     </define>
     <define name="use-deli.attlist" combine="interleave">
  +    <ref name="universal.attr"/>
  +  </define>
  +
  +  <define name="xslt-processor-role">
  +    <element name="xslt-processor-role">
  +      <ref name="xslt-processor-role.attlist"/>
  +      <data type="string" />
  +    </element>
  +  </define>
  +  <define name="xslt-processor-role.attlist" combine="interleave">
       <ref name="universal.attr"/>
     </define>
   
  
  
  

Reply via email to