Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. XML / XSL
  4. Combining XmlNodeList with another?

Combining XmlNodeList with another?

Scheduled Pinned Locked Moved XML / XSL
csharpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Peter Nap
    wrote on last edited by
    #1

    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.

    L 1 Reply Last reply
    0
    • P Peter Nap

      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.

      L Offline
      L Offline
      led mike
      wrote on last edited by
      #2

      Not quite sure what your overall goal is but use the XML DOM API's to move nodes around or copy them etc. XmlNode.CloneNode XmlNode.RemoveChild XmlNode.AppendNode

      led mike

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups