errors in the SVG1.1 DTD (?), and that known errror in the 1.0 DTD

Hi,

1. errors in  the SVG1.1 DTD (?),

Xerces-C 1.7.0 says:

Fatal Error at file 
http://www.w3.org/TR/2002/WD-SVG11-20020215/DTD/svg11.dtd,
line 829, char 55
   Message: Expected an element name

Here are lines 828 and 829 of the DTD:

<!ELEMENT div (#PCDATA|region|div|p|span|animate|set|animateMotion|
                 animateColor|animateTransform|%divExt;)* >
                                                       ^
Perhaps the | before the divExt entity is the problem? This solves it 
for Xerces.
Same in 846, 862, 877, etc;
but how to solve it in 888?

Or is it false alarm by Xerces?

2. that known errror in the 1.0 DTD

Will the SVG1.0 DTD itself be corrected to allow (, require, or fix)
xmlns:xlink="http://www.w3.org/1999/xlink"
on "svg" elements?
That would be great, because currently, I'm not sure which DTD to choose 
to validate SVG. Which one works?

Tobi

-- 

* peace&love.
* http://www.pinkjuice.com/

Received on Monday, 25 March 2002 08:20:31 UTC