Click to See Complete Forum and Search --> : CloneNode method not creating attributes on descendent nodes


Steve Kumbsky
01-17-2003, 10:35 AM
Is there a known issue with the CloneNode method? I am using this with the
deep parameter set to True to create all subnodes. The subnodes are created,
however, any nodes that have attributes no longer have them in the cloned
node. The top cloned node will have a cloned attribute but any descent nodes
do NOT.

Any help to make this work, would be appreciated.

Steve