Results 1 to 2 of 2

Thread: XML parsing in visual basic

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2003
    Posts
    1,269

    XML parsing in visual basic

    Lets say i have xml in the following format

    <main>
    <rooms>
    <type>
    <lobby count="23" value="19">
    <lobby count="18" value="17">
    ...
    ...
    ...

    How can i loop thru all the <rooms>, all the <types>, all the <lobbies> and get the 'value's for every item in there?
    Last edited by VaxoP; Feb 10th, 2005 at 10:13 PM.

  2. #2

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