RE: [flexcoders] Flex 2.0 b2: XML

2006-05-08 Thread Deepa Subramaniam



You can delete any portion of an XML document by using the 'delete'
operator in e4x. 

-deepa



-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of tyombria
Sent: Saturday, May 06, 2006 12:52 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex 2.0 b2: XML

Hi.
How can I remove child from XML object?
There is no method 'removeChild'... Although I 
can 'appendChild', 'insertBefore...', 'setChildren'...







--
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



 








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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












RE: [flexcoders] Flex 2.0 b2: XML

2006-05-07 Thread Adrian Lynch





How 
about:
 
delete 
yourNode;
 
or:
 
yourNode = null;
 
Adrian

  -Original Message-From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED]On Behalf Of 
  tyombriaSent: 06 May 2006 08:52To: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Flex 2.0 b2: 
  XMLHi.How can I remove child from XML 
  object?There is no method 'removeChild'... Although I can 
  'appendChild', 'insertBefore...', 'setChildren'...





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.