Combining XmlNodeList with another?
XML / XSL
2
Posts
2
Posters
0
Views
1
Watching
-
Hi guys, In C#, i have a
XmlNodeList nodelist1;
and another one (with different nodes form the same XmlDocument)XmlNodelist nodelist2;
I want to combine these into 1 large XmlNodelist. I tried the operators &= and +=, but neither works. Can this be done:confused:Life is what happens while you make other plans.
-
Hi guys, In C#, i have a
XmlNodeList nodelist1;
and another one (with different nodes form the same XmlDocument)XmlNodelist nodelist2;
I want to combine these into 1 large XmlNodelist. I tried the operators &= and +=, but neither works. Can this be done:confused:Life is what happens while you make other plans.