Re: What namespace declaration for included svg

Thanks Jeff,

I think i got that part covered, but nothing fires up. I'll take your 
advice and post it at yahoo's forum.
BTW, this was my svg file.
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org
/1999/xlink">
<?xml-stylesheet href="style.css" type="text/css"?>
    <a xlink:href="bar.html">
        <rect x="10" y="20" width="50" height="50" />
    </a>
</svg>

Regards,

Gerald

Received on Monday, 22 March 2010 19:12:02 UTC