crossley 2004/04/14 00:39:39
Modified: src/webapp/WEB-INF/entities sitemap-v06.rng
Log:
Allow anyElement for <global-variables>
Revision Changes Path
1.7 +5 -3 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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sitemap-v06.rng 14 Apr 2004 03:52:42 -0000 1.6
+++ sitemap-v06.rng 14 Apr 2004 07:39:39 -0000 1.7
@@ -85,6 +85,7 @@
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)
+20040414 V0.6 Allow anyElement for <global-variables> (DC)
====================================================================
-->
@@ -764,7 +765,7 @@
<optional><ref name="textSerializer.contents"/></optional>
<optional><ref name="svg2jpegSerializer.contents"/></optional>
<optional><ref name="set-content-length"/></optional>
- <optional><ref name="buffer-size"/></optional>
+ <optional><ref name="buffer-size"/></optional> <!-- deprecated -->
<optional><ref name="user-config"/></optional>
<zeroOrMore>
<choice>
@@ -1594,11 +1595,12 @@
<ref name="universal.attr"/>
</define>
-<!-- CPA: global-variables needs contents TODO -->
<define name="global-variables">
<element name="global-variables">
<ref name="global-variables.attlist"/>
- <text/> <!-- CPA: can't find anywhere in source -->
+ <zeroOrMore>
+ <ref name="anyElement"/>
+ </zeroOrMore>
</element>
</define>
<define name="global-variables.attlist" combine="interleave">