--- In [email protected], "david kong" <[EMAIL PROTECTED]>
wrote:

> Can anyone help me with this error:
> 
> The namespace prefix xlink is not defined.
> 
> I got this error when using xlink for the image element in a svg file.

Make sure you have a proper namespace declaration e.g.
  <svg xmlns="http://www.w3.org/2000/svg";
       xmlns:xlink="http://www.w3.org/1999/xlink";>





-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to