Is there a simple (and efficient) way to merge to XML objects? I do not see a function call to do this in the docs http://livedocs.macromedia.com/flex/2/langref/XML.html
Ways of doing it I suppose would be manual with a foreach, or doing a toString on both and constructing a new document. Neither of those would be too efficient I would thing though. Any ideas? -- Collin Peters Lead Software Developer

