N
Nak
Hi there,
I am using the ImportNode method of the XMLDocument to grab a node from
one document to another. Although I'm slightly confused about something,
* Why does the documents events get triggered when performing a "deep"
import?
Presumably when performing a "deep" import the inner text is copied too?
At the moment using a shallow import I miss the InnerText. Something else
what is confusing is why the InnerText property seems to show the InnerText
of it's children too, why is this??
All I'm trying to do is copy node for node *without* triggering the
documents events as I am using this for other purposes. Any ideas would be
most appreciated! Thanks loads in advance!
Nick.
I am using the ImportNode method of the XMLDocument to grab a node from
one document to another. Although I'm slightly confused about something,
* Why does the documents events get triggered when performing a "deep"
import?
Presumably when performing a "deep" import the inner text is copied too?
At the moment using a shallow import I miss the InnerText. Something else
what is confusing is why the InnerText property seems to show the InnerText
of it's children too, why is this??
All I'm trying to do is copy node for node *without* triggering the
documents events as I am using this for other purposes. Any ideas would be
most appreciated! Thanks loads in advance!
Nick.