Basically, I have an XML file that will have something like this in it:
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.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>
XML was never my strongpoint, so any pointers/tips/tricks/code examples would be lovely!




Reply With Quote