In the documentation for the cloneNode method of LzDataElement, it talks of a 'deep' parameter, which according to the documentation:
"If true, the children of this node will be part of the new node" So, does this mean that if I clone a particular data element, and the data element has children, the new node will have as it's children the same node objects as the original, or does it mean that the children of the original node will also be cloned? In my application I want to have some 'template' XML which can be edited and changed. I want to be able to 'refresh' the data back to the template version so I don't want any edits to mess up my template. Thanks! -- James Howe _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
