spec error

In the XML spec document:

   http://www.w3.org/TR/2000/REC-xml-20001006

The elementdecl (http://www.w3.org/TR/2000/REC-xml-20001006#NT-elementdecl)
cannot handle several examples in the document itself, such as:

   <!ELEMENT %name.para; %content.para; >

and

   <!ELEMENT dictionary-body (%div.mix; | %dict.mix;)*>

as well as (the last part of) this entry from the SVG DTD
(http://www.w3.org/TR/2001/REC-SVG-20010904/svgdtd.html):

<!ELEMENT svg (desc|title|metadata|defs|
  path|text|rect|circle|ellipse|line|polyline|polygon|
  use|image|svg|g|view|switch|a|altGlyphDef|
  script|style|symbol|marker|clipPath|mask|
  linearGradient|radialGradient|pattern|filter|cursor|font|
  animate|set|animateMotion|animateColor|animateTransform|
  color-profile|font-face
  %ceExt;%svgExt;)* >


Can you please tell me what the correct elementdecl should be?

Thanks,

John


-- 
 John Mocenigo				E-Mail: john@research.att.com
 Research @ AT&T Labs			Voice: 1-973-360-8639
 180 Park Av / Bldg 103 / Rm D-225	Fax: 1-973-360-8055
 Florham Park, NJ 07932-0971

Received on Wednesday, 26 September 2001 17:20:40 UTC