RE: DOM_Document problem...HELP REQUIRED URGENTLY

2002-02-23 Thread Ravi_Jain
(docSrc.getDocumentElement(), true); //cout< -- > From: Erik Rydgren[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Friday, February 22, 2002 18:48 > To: 'Ravi_Jain' > Subject: RE: DOM_Document problem...HELP REQUIRED URGENTLY

RE: DOM_Document problem...HELP REQUIRED URGENTLY

2002-02-22 Thread Joseph Kesselman/CAM/Lotus
>Interesting, I see that cloning of DocumentType, Entity, and Notation nodes >is also implementation-dependent. Yep -- because (and for the same reasons that) there weren't createDocumentType/createEntity/createNotation methods in DOM Level 1. And the fact that these weren't guaranteed is why cl

RE: DOM_Document problem...HELP REQUIRED URGENTLY

2002-02-22 Thread David N Bertoni/Cambridge/IBM
cc: [EMAIL PROTECTED], (bcc: David N Subject: RE: DOM_Document problem...HELP REQUIRED URGENTLY

RE: DOM_Document problem...HELP REQUIRED URGENTLY

2002-02-22 Thread Joseph Kesselman/CAM/Lotus
>You can also clone the entire document, which is _much_ easier: Just for reference: Remember that this won't necesarily work in other DOM implementations; the DOM Recommendation says clonability of Document nodes is implementation-dependent. --

RE: DOM_Document problem...HELP REQUIRED URGENTLY

2002-02-22 Thread David N Bertoni/Cambridge/IBM
en systems AB Sweden -Original Message- From: Ravi_Jain [mailto:[EMAIL PROTECTED]] Sent: den 22 februari 2002 07:16 To: [EMAIL PROTECTED] Subject: RE: DOM_Document problem...HELP REQUIRED URGENTLY Sensitivity: Confidential > Hi All > I am passing reference of DOM_Document to a

RE: DOM_Document problem...HELP REQUIRED URGENTLY

2002-02-22 Thread Erik Rydgren
PROTECTED] Subject: RE: DOM_Document problem...HELP REQUIRED URGENTLY Sensitivity: Confidential > Hi All > I am passing reference of DOM_Document to a function where I am modifying > the DOM_Document and hence the DOM_Document change is reflected in my main > program I have t

RE: DOM_Document problem...HELP REQUIRED URGENTLY

2002-02-21 Thread Ravi_Jain
> Hi All > I am passing reference of DOM_Document to a function where I am modifying > the DOM_Document and hence the DOM_Document change is reflected in my main > program I have tried same by first copying original DOM_document instance to another variable and passed this variable to my