XML Attributes


Elements can have attributes

  <exam paper="CS203">
    <student>
      Fred Smith
    </student>
    <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>