XML Example with Attributes


  <exam author="Fred Smith" paper="CS203.2">
    <qapair number="3">
      <question>Who is the last King of England</question>
      <answer>George VI</answer>
    </qapair>
    <qapair number="5">
      <question>How many queens were named Elizabeth </question>
      <answer>Two</answer>
    </qapair>
  </exam>