i have a customised wordpress post that looks like this when view source.
How can i read parse it as XML ?
<title>A sample quiz</title>    
    <content>Hello.</content>
        <updatedDate>18/01/12</updatedDate>
    <updatedTime>16:11</updatedTime>
  <question>How many days are there in a week?</question>
  <hint>No hint</hint>
  <direction>Left</direction>
  <answer1>4</answer1>
  <answer2>5</answer2>
  <answer3>6</answer3>
  <answer4>7</answer4>
  <correctAnswer>4</correctAnswer>
  <score>20</score>
 
    