Hi Tim,
Simple thing to change right away.
http://www.w3.org/2000/10/swap/pim/du/du-svg.py
Adding a namespace to the element svg. WIthout it, it doesn't work in
Camino.
I committed the changes.
http://cvs.w3.org/Team/WWW/2000/10/swap/pim/du/du-svg.py.diff?
r1=1.5&r2=1.6&f=h
Line 157 of the program, replace
svg("<svg>\n")
with
svg("<svg xmlns=\"http://www.w3.org/2000/svg\">\n")
--
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager, QA Activity Lead
QA Weblog - http://www.w3.org/QA/
*** Be Strict To Be Cool ***