Re: DOM to DOM

2001-04-30 Thread Scott A. Herod
I've done this but only in the case that DOM2 has about a dozen lines and DOM1 no more than a couple of hundred. Essentially, I did exactly what you suggest below. Mine's a bit easier because all of my nodes had better have a unique identifier ( or else other bad things are going to happen ). M

DOM to DOM

2001-04-30 Thread Ryan Koss
Hello All,   This maybe have been answered before but I haven't found it in any threads or on the FAQ or grepping around in the samples.   I have one object DOM1 that was parsed from an existing file.  I have another object DOM2 created by a user that is a subset of the DOM1 object.  DOM2 is