gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] Potlatch & Gnash


From: strk
Subject: [Gnash-dev] Potlatch & Gnash
Date: Tue, 12 Aug 2008 21:44:53 +0200

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! 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]