XmlNode SelectNodes namespace manager

  • Thread starter Thread starter Jeppe BS
  • Start date Start date
J

Jeppe BS

I got this simple XML file which im using the SelectNodes funktion on
and it works well.

Then i got this other XML file with the same structure as the first one
but every sub node contains a lot more elements and a lot of namespace
declarations. I m using allmost the same code for each XML file but the
last one wont work.
Been trying to understand the SelectNodes funktion because it seems that
i can call it with a NamespaceManager parameter as well. Anyone knows
when to use it and how ??
 
Back
Top