CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2002
    Location
    India,bangalore
    Posts
    295

    Create, Modify and Read MSXML2::IXMLDOMDocument poiner at same time ?

    Hi All,

    I am using DOM to create,load,save to xML file.

    I am using CreateElement of MSXML2::IXMLDOMDocument pointer to create nodes.

    Lets say i have created 4 nodes, now i want to see what is the element at node 2 to verify.
    At this point of time i have not saved the contents to file.

    can i do this ?

    when i try to go back and read the contents i am not able to get values at all.

    can any one please give a solution ?

    thanks ahead
    rajs
    Last edited by brraj; January 5th, 2007 at 12:35 AM.

  2. #2
    Join Date
    Jun 2002
    Location
    India,bangalore
    Posts
    295

    Re: Create and Read MSXML2::IXMLDOMDocument poiner at same time ?

    Hi All,

    A sample application has been attached to test the above error.

    I am using msxml4 version.

    thanks ahead.
    Attached Files Attached Files

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