tpierceint wrote: > Hello all, I have a problem - I am trying to link a TerraServer > photo into SVG. I have an element like this: > > <g id="DOQ" transform="scale(1,-1)" visibility="visible"> > <image x="1443457" y="-577729" width="7049" height="4876" > id="DOQImage" xlink:href="http://terraservice.net/ogcmap.ashx? > version=1.1.1&request=GetMap&Layers=doq&Styles=&SRS=EPSG:26918&BBOX=3 > 67348,4344391,369529,4345829&width=700&height=425&format=image/jpeg"/ >></g> > > The full URL goes to am Image fine. When I open the SVG file though > I get "not well-formed" on the & signs. I have tried using & > instead of & but then the URL errors out saying it cannot find the > elements GetMap, Styles, etc (it seems the entire string as being > the version object, it needs the & to mark off the elements)
I would try %26 in place of the &, that's the classical substitution encoding in URLs. -- Philippe Lhoste -- (near) Paris -- France -- http://Phi.Lho.free.fr -- For servers mangling my From and Reply-To fields, -- please send private answers to PhiLho(a)GMX.net -- -- -- -- -- -- -- -- -- -- -- -- -- -- ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12huk40h4/M=362131.6882499.7825260.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1124190631/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org ">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life - brought to you by One Economy</a>.</font> --------------------------------------------------------------------~-> ----- 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/

