Hi people,
I have a List object with "n" different DOM trees (each element of the List object has a Document object).
I want to create a new DOM tree object and insert in it each one of the "n" DOM trees I have in the saved List. So the final result will be a single DOM.
Any hint of code to perform this merge? Thanks in advance. Cheers,
BTCMan
I have a List object with "n" different DOM trees (each element of the List object has a Document object).
I want to create a new DOM tree object and insert in it each one of the "n" DOM trees I have in the saved List. So the final result will be a single DOM.
Any hint of code to perform this merge? Thanks in advance. Cheers,
BTCMan