Basically, I have an XML file that will have something like this in it:

Code:
<question="What happened in 1492?">
	<answer=true>Columbus sailed the Ocean blue!</answer>
	<answer=false>I divided by Zero!</answer>
	<answer=false>Muffins</answer>
	<answer=false>Programming</answer>
</question>
Similar questions (with better answers) will also be there. I will have 5 files, each file having 10 question groups each. I have no clue how to read this properly, or how to tell what the answers are! I would also need help writing these too.

XML was never my strongpoint, so any pointers/tips/tricks/code examples would be lovely!