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) What can I do here? Thanks Todd Pierce Asheville NC Locus Technologies [EMAIL PROTECTED] ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hhtbmv5/M=362335.6886445.7839731.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1124145019/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOO&cmpgn=GRP&RTP=http://groups.yahoo.com/">In low income neighborhoods, 84% do not own computers. At Network for Good, help bridge the Digital Divide!</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/

