Re: Possible Error in the DTD in SVG 1.1 Qualified Named Module SVG.xmlns.attrib

Hello SVG Working Group,

I think I might wrong about this being an error......so I guess could someone please help me out with this....looks like it not an error the more I look at it

We all learn by sharing what we know
Robert A. DiBlasi
rdiblasi@svgnotebook.com 
http://www.svgnotebook.com 
Member of the Chicago SVG Group: Chicago IL.

>>> "Robert Diblasi" <rdiblas@wpo.it.luc.edu> 01/29/03 02:48PM >>>

Hello SVG Working Group,

I was looking at the SVG 1.1 DTD When I noticed that There may be an error in Qualified named Module in the Entity %SVG.xmlns.attribute.

The possible error is a missing ":" (colon) between "xmlns" and "%URI.datatype"

here is the possible error code from the SVG 1.1 DTD
http://www.w3.org/TR/SVG11/svgdtd.html#DTD.1.3 

(just to let you know it is the very last entity in Qualified Named Module

<!ENTITY % SVG.xmlns.attrib
     "xmlns %URI.datatype; #FIXED '%SVG.xmlns;'
      %XLINK.xmlns.attrib;">


I proposed that a ":" (colon) be added to the SVG.xmlns.attrib:

<!-- proposed correction to  SVG.xmlns.attrib -->

<!ENTITY % SVG.xmlns.attrib
     "xmlns:%URI.datatype; #FIXED '%SVG.xmlns;'
      %XLINK.xmlns.attrib;">

     
Thank you to  FUJISAWA Jun of Canon  for the hard work done on DTD

We all learn by sharing what we know
Robert A. DiBlasi
rdiblasi@svgnotebook.com 
http://www.svgnotebook.com 
Member of the Chicago SVG Group: Chicago IL.

Received on Wednesday, 29 January 2003 17:25:43 UTC