[haXe] bug with xml en flash et flash9?

Nicolas Cannasse ncannasse at motion-twin.com
Thu Aug 23 17:21:33 CEST 2007


P Ismael a écrit :
> I’m using the function xml.parse for flash and flash9 in haxe, and i
> have seen that with the same string i have problems with flash9.
> 
> My string is :
> 
>  
> 
> var _oXml = xml.parse('<PARAMAT cible="Fly"><fils att=’1’>ffe</fils>
> </PARAMAT>') ;

If you mean the usage of ' in attributes such as :

var _oXml = Xml.parse('<PARAMAT cible="Fly"><fils att=\'1\'>ffe</fils>
</PARAMAT>') ;

It should have been fixed in haXe 1.14.

Nicolas



More information about the Haxe mailing list