From: Shan Kajendran
> ...the application is throwing the following error. > >"The prefix "xlink" for attribute "xlink:href" is not bound" Sounds like you are missing a namespace declaration. Typically, people define this on the top-most svg element, like so: <svg xmlns:xlink="http://www.w3.org/1999/xlink" ... >
Kevin
KevLinDev - http://www.kevlindev.com |
Title: Message
- Loading Images Shan Kajendran
- RE: Loading Images Kevin Lindsey
- RE: Loading Images Shan Kajendran
- Re: Loading Images Thomas DeWeese
- RE: Loading Images Shan Kajendran
- Re: Loading Images Thomas DeWeese
- RE: Loading Images Shan Kajendran