inline SVG in XHTML

Check this mozilla page with inline SVG.
Why this?

http://validator.w3.org/check?verbose=1&uri=https%3A%2F%2Fdeveloper.mozilla.org%2Fpresentations%2Fxtech2005%2Fsvg-canvas%2FSVGDemo.xml

If I replace
<svg xmlns="http://www.w3.org/2000/svg" width="620" height="30" 
version="1.1">
with
<svg:svg xmlns:svg="http://www.w3.org/2000/svg" width="620" height="30" 
version="1.1">
works fine with validator.


Thanks for your help.

PS: I choose this page to validate, because reproduce exactly the same 
errors as in my page.

PS2: Because I am not in the mailing list, please insert my email in 
your post gessos.paul@yahoo.gr

Received on Tuesday, 9 June 2009 07:32:57 UTC