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
>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
: David N Bertoni/CAM/Lotus)
Subject: finding given node in copy of
DOM_Document
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