[flexcoders] Re: deleting a node with e4x

2006-07-14 Thread Geoffrey Williams
Use the delete operator. delete report.part[1].subpart[0].subsection[0]; --- In flexcoders@yahoogroups.com, Jeff Tapper [EMAIL PROTECTED] wrote: does anyone know the syntax to remove a particular node from an xml object using e4x? Working with a structure like this, I want to be able to

Re: [flexcoders] Re: deleting a node with e4x

2006-07-14 Thread Jeff Tapper
thanks! At 09:34 AM 7/14/2006, you wrote: Use the delete operator. delete report.part[1].subpart[0].subsection[0]; --- In mailto:flexcoders%40yahoogroups.comflexcoders@yahoogroups.com, Jeff Tapper [EMAIL PROTECTED] wrote: does anyone know the syntax to remove a particular node from an xml