Results 1 to 2 of 2

Thread: which reference for xml

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2002
    Posts
    6

    which reference for xml

    Which reference and where i can find it i need to add in order to use the XMLDocument object ?

  2. #2
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    Add this to the top of your source code:

    Code:
    using System.Xml;
    This namespace exposed the DOM object hiearchy.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width