RE: finding given node in copy of DOM_Document

2001-04-11 Thread Bovone Stefano
Hello everybody. I'm using Xerces on AIX and Visual Age 4.0; but I have problems compiling a program that uses STL library. The compiler gives errors during the compiling phase. Is this a known problem, or a my Visual Age problem ? Using Visual Age, Xerces and STL do I have to set features diffe

Re: finding given node in copy of DOM_Document

2001-04-11 Thread Joseph_Kesselman
>I have a Dom_Document and I have a node. I create a new document with >the copy constructor. >From a purist's point of view, you should instead be using the DOM's cloneNode operation on the document, which will port more easily to other DOM implementations. >Is there any easy way to find the s

Re: finding given node in copy of DOM_Document

2001-04-11 Thread David_N_Bertoni
: David N Bertoni/CAM/Lotus) Subject: finding given node in copy of DOM_Document

finding given node in copy of DOM_Document

2001-04-11 Thread Charlie Hart
I have a Dom_Document and I have a node. I create a new document with the copy constructor. Is there any easy way to find the same node in the new document? thanks...charlie - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi