Hi,
I am facing issue with XMLList in Flex2.1 in retaing space... when I am creating new XMLList var testing:XMLLIst=new XMLList(<test><test1> </test1></test>); Alert.show(testing.toString()); out put: <test><test1/></test> could any one suggest me how to retain white spaces in XMLLIst. Thanks in Advance. Note:- If i use XML it has static property ignoreWhiteSpaces but my requirement is to construct XMLList and then append it as chaild to XML. i.e xml.appendChaild(new XMLList()); Regards, Raju -- View this message in context: http://old.nabble.com/Retining-white-spacess-in-XMLList-tp29143476p29143476.html Sent from the Flex India mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

