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

Threaded View

  1. #2
    Join Date
    Apr 2004
    Location
    England, Europe
    Posts
    2,492

    Re: Create/Read MSXML2::IXMLDOMDocument poiner ?

    Each IXMLDOMDocument has a documentElement property which gives you the top level element, you can then use the IXMLDOMElement 's childNodes properties to iterate through the child elements.
    Last edited by Zaccheus; January 16th, 2007 at 08:00 AM.
    My hobby projects:
    www.rclsoftware.org.uk

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