[Previous slide] [Next slide] Moving to XML

Parsing: very simple worked example

Sample XML document

<?xml version="1.0"?>
<workshop tutor="Simon Brooke" 
  title="Parsing XML" venue="small">
  <attendee name="Jon Smith" age="37" 
    sex="M" country="UK" />
  <attendee name="Jane Doe" age="42" 
      sex="F" country="US" />
</workshop>

those who were here yesterday will probably recognise this from the 'WORKSHOP' database - I'm using this because I can't predict what your 'MEETING' databases will look like