DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2005
    Posts
    2

    Question Simple VB 6.0 XML parsing

    Hello!

    I'm very new to parsing XML in VB 6.0 so please bear with me.

    Assuming I have a simple XML file loaded via MSXML, by simple I mean something like below

    <xml>
    <types>
    <type>
    <field1>blah</field1>
    <field2>
    <subfield>blah blah</subfield>
    </field2>
    </type>
    </types>
    </xml>

    Basically what I want to do is, in a ListView, add the nodeNames on the left column and their subsequent values on the right column. (while also displaying the subfield and its value as well).

    I've played around with a few loops to get this to work, but I am now a little stumped.

    Does anyone know where I can locate code that does this relatively simple parsing of XML? Thanks so much for the help

    Eric...

  2. #2
    Join Date
    Nov 2003
    Location
    Portland, OR
    Posts
    8,387
    Can you post the code you have so far?
    Phil Weber
    http://www.philweber.com

    Please post questions to the forums, where others may benefit.
    I do not offer free assistance by e-mail. Thank you!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links