On Sat, 28 May 2005 03:38:44 -0000
"jhudn" <[EMAIL PROTECTED]> wrote:

> I am trying to link to this webpage located on a local server:
> http://tcas/ORVX/view.asp?nlf_id='SASR00004*C'&offset=20.14
> 
> I tried using the <a xlink:href but I recive an error "not well-
> formed".
> 
> Here is my linked element:
> <a xlink:href="http://tcas/ORVX/view.asp?
> nlf_id='SASR00004*C'&offset=20.14">
> <circle cx="83.622" cy="41.534" r="2"/>
> </a>
> 
> Can anyone Help with this issue?

Since SVG is XML, you can't have raw '&' characters. Change your URL to 
http://tcas/ORVX/view.asp?nlf_id='SASR00004*C'&amp;offset=20.14

G. Wade
-- 
"Half of being clever is making certain you are not being stupid."
                                     -- "Owlflight", Mercedes Lackey


-----
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