-
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...
-
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!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
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
|
Bookmarks