bugClanLib - Bugs: bug #9885, Bug in XML parser (<image>...

 
 

bug #9885: Bug in XML parser (<image> closed two times)

Submitter:  STINNER Victor <haypo>
Submitted:  Wed 04 Aug 2004 05:14:20 PM UTC
   
 
Category:  clanCore Severity:  3 - Normal
Item Group:  Crash Error Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Release:  0.7.8
Operating System:  GNU/Linux Planned Release:  0.7.8
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 04 Aug 2004 05:14:20 PM UTC, original submission:  

This XML document crash ClanLib :
---
<?xml version="1.0" encoding="iso-8859-1"?>
<resources>

<sprite name="marche">
  <image file="alien.png" />
    <grid pos="0,0" size="40,41" array="8,1" />
  </image>
</sprite>

<surface name="mort" file="alien_mort.png" />

</resources>
---

The problem is that <image> is closed two times !

STINNER Victor <haypo>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code