XML Nodes inner text

  • Thread starter Thread starter Nak
  • Start date Start date
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top