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. Loading XML into Tree

Loading XML into Tree

Scheduled Pinned Locked Moved XML / XSL
csharphtmldata-structuresxmlquestion
3 Posts 3 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.
  • A Offline
    A Offline
    Aisha Ikram
    wrote on last edited by
    #1

    I want to load xml file data into a tree view in .NET using DOM. The thing is that if there are multiple "book" nodes in the xml file. xml tree shows only one instance of "book". If one book node in xml file contains a child node say "publisher" which the other book node doesn't contain, the tree view still show the "publisher" node. You can say that tree view should show the union of all the child nodes for the element "book". The way stylus does or the way xmlspy does. Any solution?? @!$h@

    E L 2 Replies Last reply
    0
    • A Aisha Ikram

      I want to load xml file data into a tree view in .NET using DOM. The thing is that if there are multiple "book" nodes in the xml file. xml tree shows only one instance of "book". If one book node in xml file contains a child node say "publisher" which the other book node doesn't contain, the tree view still show the "publisher" node. You can say that tree view should show the union of all the child nodes for the element "book". The way stylus does or the way xmlspy does. Any solution?? @!$h@

      E Offline
      E Offline
      Erik Rydgren
      wrote on last edited by
      #2

      One solution is to transform the original document into your desired format through xslt first.

      1 Reply Last reply
      0
      • A Aisha Ikram

        I want to load xml file data into a tree view in .NET using DOM. The thing is that if there are multiple "book" nodes in the xml file. xml tree shows only one instance of "book". If one book node in xml file contains a child node say "publisher" which the other book node doesn't contain, the tree view still show the "publisher" node. You can say that tree view should show the union of all the child nodes for the element "book". The way stylus does or the way xmlspy does. Any solution?? @!$h@

        L Offline
        L Offline
        liyang yu
        wrote on last edited by
        #3

        did you try this, http://www.codeproject.com/soap/simpleXMLDOMNavigator.asp[^]

        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