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 '&amp;')

--strk;

 ()   ASCII Ribbon Campaign
 /\   Keep it simple! 



_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to