SVG 1.1 DTD

Hi,

just wanted to post the output of running

<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
   "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="5cm" height="4cm" version="1.1"
      xmlns="http://www.w3.org/2000/svg">
<desc>  </desc>
</svg>

throught Xerces-C 1.7.0 's domcount example:

Warning at file http://www.w3.org/Graphics/SVG/1.1/DTD/svg-style.mod, 
line 70, char 22
   Message: Attribute 'xml:space' has already been declared for element 
'style'
1_1_skeleton.svg: 30047 ms (2 elems).

Tobi

-- 
http://www.pinkjuice.com/

Received on Saturday, 11 May 2002 19:14:55 UTC