Cloning nodes ?

Hi,

I have a container, that clones the object's members after inserting.

If I have an integer, I clone this way:

intValue = source.intValue;

So I have a copy of the value.

Can I do this the same way for a DOM_Node ?
I read some about 'live' DOM documents. How can I block
changes while I do a 'transaction' ?

What is about data that have to be static while a program runs ?

Thanks for help,

Lothar


--------------------------------------------------------
Lothar Behrens    | Company: lothar.behrens@giquadrat.de
Borsteler Bogen 4 |     C++ is the future, LINUX too :-)
22453 Hamburg     |     have a look at www.wxWindows.org

Received on Wednesday, 15 November 2000 18:48:59 UTC