hi,

  In my app, when i use the += operator, the data inside xmls turns with 
diferent encoding.
  The < and > caracters become wierds like &lt and &gt respectively.

  How can i fix this?

this is the code:


        public function doGravar():void {
            var xgravar:XMLList = new 
XMLList("<dsRQ><root><request/></root></dsRQ>");

            szCommand = "insert";
            [EMAIL PROTECTED] = szCommand;
           
            Alert.show(XMLLC.toXMLString());  // OK here. all < and > 
works fine
           
            xgravar.root.request += XMLLC;
           
            Alert.show(xgravar.toXMLString()); // ERROR here. < and > 
converted to &lt and &gt
        }

where XMLLC : XMLListCollection  and szCommand : String.
The first Alert will show correct data but the second will show 
caracters converted.


regards,

         Luís Eduardo.



                
_______________________________________________________ 
Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. 
Registre seu aparelho agora! 
http://br.mobile.yahoo.com/mailalertas/ 
 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to