Failure of validator to recognize a namespace.

According to my understanding, this short text is valid 
SVG.  It fails the validator; but if the two instances of 
"svg:" are removed it passes.  That's a bug isn't it?

Thanks,             ... Peter E.
peasthope at shaw dot ca

===================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
	"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [ ] >
<svg 
	xmlns="http://www.w3.org/2000/svg" 
    xmlns:svg="http://www.w3.org/2000/svg"
	xml:lang="en"
    width="134"
    height="242"
	overflow="visible" 
	style="font-family:Times; font-size:20">
	<svg:text x='40' y='-50' >1</svg:text> 
</svg>


-- 
Telephone 1 360 450 2132.
Shop pages http://carnot.yi.org/ accessible as long as the old drives survive.
Personal pages http://members.shaw.ca/peasthope/ .

Received on Thursday, 10 February 2011 02:22:01 UTC