Re: Firefox xlink:href bug???

Robert Longson <[email protected]> Thu, 10 Dec 2009 08:29:24 -0800 (PST)
Newsgroups gmane.comp.mozilla.devel.svg
Organization http://groups.google.com
Message-ID <[email protected]>
On Dec 3, 4:16 am, KhinhVuPhiDuong <[email protected]> wrote:
> Hello guys! I'm getting somethings done with SVG in Firefox. But,
> there is something I can't get it work. Please help me, thank you. The
> problem here is that: it seems that Firefox doesn't understand <use
> xlink:href="OuterFile.svg" x="xxx" y="xxx" />. I use the <use> tag
> inside a svg file and xhtml file. But they don't work at all, nothing
> is shown (I want to show another SVG file in another SVG file, or in
> another XHTML file). I've tried many times, and I'm sure that I
> included enough name space in <SVG> tag.
> I really don't understand why it didn't work. Your help would be very
> appreciated. Thanks again!

Firefox has only supported this since 3.5 so if you are using anything
earlier you need to upgrade. A working example is here:
http://www.w3.org/Graphics/SVG/Test/20061213/htmlObjectHarness/full-struct-use-05-b.html

Best regards

Robert.