|
-
Feb 13th, 2008, 11:44 AM
#1
Thread Starter
Addicted Member
[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]
-
Feb 13th, 2008, 11:45 AM
#2
Thread Starter
Addicted Member
Re: Easy question - I hope - XML Parsing.
Even better if there is a free tool that can convert this structure to a table.
-
Feb 13th, 2008, 11:55 AM
#3
Thread Starter
Addicted Member
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.
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
|
Click Here to Expand Forum to Full Width
|