Results 1 to 3 of 3

Thread: [RESOLVED] Easy question - I hope - XML Parsing.

  1. #1

    Thread Starter
    Addicted Member silentthread's Avatar
    Join Date
    Jun 2006
    Location
    Miami, Florida
    Posts
    143

    Resolved [RESOLVED] Easy question - I hope - XML Parsing.

    Hi all,

    I have to parse an xml structure and place it in an excel table.
    It only has 2 levels and the structure is already table friendly.
    What would you say would be the best way to do this?

    Once I have the data, I will write it out to a csv file, and open it in excel.
    But my main concern is parsing the xml structure. I hope I don't need to do a readline, and search for index of <member>, etc. :-(


    Here is the structure....

    [CODE]
    <main>
    <member>
    <name>bubba</name>
    <lastname>smash</lastname>
    </member>
    <member>
    <name>joe</name>
    <lastname>smash</lastname>
    </member>
    </main>CODE]
    Watch media as you download it! Excellent tool!
    FREE CUBA!
    MyBlog
    If you feel my post has helped, please rate it.

  2. #2

    Thread Starter
    Addicted Member silentthread's Avatar
    Join Date
    Jun 2006
    Location
    Miami, Florida
    Posts
    143

    Re: Easy question - I hope - XML Parsing.

    Even better if there is a free tool that can convert this structure to a table.
    Watch media as you download it! Excellent tool!
    FREE CUBA!
    MyBlog
    If you feel my post has helped, please rate it.

  3. #3

    Thread Starter
    Addicted Member silentthread's Avatar
    Join Date
    Jun 2006
    Location
    Miami, Florida
    Posts
    143

    Re: Easy question - I hope - XML Parsing.

    Resolved. All I had to do was try to open the xml file in Excel and let Excel try to create a schema for it.
    Watch media as you download it! Excellent tool!
    FREE CUBA!
    MyBlog
    If you feel my post has helped, please rate it.

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