----- Forwarded message from Richard Fairhurst <[EMAIL PROTECTED]> -----
Date: Thu, 21 Aug 2008 22:59:57 +0100 From: Richard Fairhurst <[EMAIL PROTECTED]> Subject: Re: Potlatch & Gnash To: strk <[EMAIL PROTECTED]> Hi strk, Really good to see all this progress! I'm afraid the XML is out of my control - it's the Yahoo Flash API. As it happens I wouldn't spend too much time on supporting this - I'm told that Yahoo will be deprecating it soon and Potlatch will have to use the AS3 API, via NetConnection I guess (which I presume will mean that bit may not work in Gnash for now :( ). Incidentally, on >Next problem seems to be with order of calls >to callbacks (move some around till you get the alert >sign, click on it and retry, the "loading ways" label won't go away). this is expected (if wrong!) behaviour - the retry doesn't actually try to reload ways, just rewrite any outstanding ones. Basically osm.org fails on writes a lot more often than it fails on reads, so I haven't got round to doing the retry on read yet. All the best Richard On 12 Aug 2008, at 20:44, strk wrote: >Hello Richard. >Gnash finally got to a point you can actually use potlatch, so >is time of refinements now. > >A request I have for you is about well-formed XML files. >The proprietary player doesn't care, Gnash does, and finds the >one used to get background bitmap tiles malformed: > >Entity: line 17: parser error : EntityRef: expecting ';' > <mapTileUrl>http://us.maps1.yimg.com/us.tile.maps.yimg.com/ >tile?v=4.1&md=120482 > > ^ >Entity: line 1: parser error : XML declaration allowed only at the >start of the document ><?xml version="1.0" encoding="UTF-8" ?> > ^ >Entity: line 17: parser error : EntityRef: expecting ';' > <mapTileUrl>http://us.maps1.yimg.com/us.tile.maps.yimg.com/ >tile?v=4.1&md=120482 > >That's the file coming down from: > > http://maps.yahooapis.com/xml/apiconfig.xml?r=58 > >xmllint it to check. > >I belive the problem is in use of the ampersend, which is >supposedly the start of an entity >(thus should end with an ';' character, as in '&') > >--strk; > > () ASCII Ribbon Campaign > /\ Keep it simple! > ----- End forwarded message ----- _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

