Reading DTD files in VB.Net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sindhuvenkat
    New Member
    • Sep 2009
    • 7

    Reading DTD files in VB.Net

    I need to read a dtd file using vb.net for processing the xml elements. How to do this?
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    What have you tried thus far? Can you provide the code that is giving you trouble? That way the volunteers here can help you isolate your problem. Is the code you've written so far producing an error message?

    Comment

    • sindhuvenkat
      New Member
      • Sep 2009
      • 7

      #3
      Sorry, i dont know how to proceed. Am new to both XML and VB.Net. I have loaded an xml document in treeview. The task given to me is that when a node in treeview got selected, what all the possible xml elements and attributes that can be added to that selected tree node should be listed in two listboxes one for each only by checking all the possiblities from an external DTD. Please help me to proceed. Thanks in advance

      Comment

      • sindhuvenkat
        New Member
        • Sep 2009
        • 7

        #4
        I completed my task:(

        Comment

        Working...