> Hi all,
>       I have a pointer to a DOMElement object. The DOMElement object was
> created from this XML:
>       <cOccurrence xmlns="http://monplus.nielsenmedia.com/Occurrence";
> xmlns:mxb="http://monplus.nielsenmedia.com/Occurrence";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:schemaLocation="http://monplus.nielsenmedia.com/Occurrence
> http://10.32.67.34/Occurrence.xsd";><ID>LTA030ABC</ID><Station>0</Station><
> StartTimeSecs>0</StartTimeSecs><StartTimeUsec>0</StartTimeUsec><Duration>0
> </Duration></cOccurrence>
> 
>       When I try to call DOMNode::cloneNode(true) on this DOMElement, I
> get a "pure virtual function called" error. I am using Xerces 2.4.0. I
> believe the cloneNode(true) code is trying to clone the children of the
> DOMElement, and is at the point of the error trying to clone one of the
> attributes of the DOMElement. Does anyone know why this would happen or
> how to fix or work around this "bug"?
> 
>       Thanks
        Bret Clark      
        [EMAIL PROTECTED] 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to