2010-05-11 9 views

Répondre

2

Utilisez cette méthode.

private function mergeXLC(x1:XMLListCollection,x2:XMLListCollection):XMLListCollection 
{ 
    return new XMLListCollection(x1.copy()+x2.copy()); 
}