CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    May 2006
    Posts
    170

    Question how to use xmldocument?

    Hello I want to make an xmldocument object not to be saved in a file. How do I use create element so that I get different levels of the nodes? Like this:

    Code:
    <root>
      <node1>
            test
      <\node1>
    <\root>
    Last edited by Visslan; February 13th, 2009 at 09:38 AM.

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

Featured