(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
>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
cc: [EMAIL PROTECTED],
(bcc: David N
Subject: RE: DOM_Document
problem...HELP REQUIRED URGENTLY
>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.
--
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
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
> 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