An invalid example in SVG 1.0 Spec. - Chapter 17.1

In SVG 1.0 '17 Linking', 'Example link01' [1] is described
as follows:

|  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|  "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|  <svg width="5cm" height="3cm" viewBox="0 0 5 3"
|     xmlns="http://www.w3.org/2000/svg"
|     xmlns:xlink="http://www.w3.org/1999/xlink">

This SVG document is well-formed, but not valid.[2]
Because there is no attribute 'xmlns:link' for 'svg' element.
Please correct it :)

[1] http://www.w3.org/TR/SVG/linking.html#ExampleLink01
    http://www.w3.org/TR/SVG/images/linking/link01.svg
[2] 
http://validator.w3.org/check?uri=http://www.w3.org/TR/SVG/images/linking/li
nk01.svg

Regards,
-- 
Satoshi ISHIKAWA / pastelsbadges@nyc.odn.ne.jp

Received on Wednesday, 20 February 2002 00:40:03 UTC