<?xml version='1.0' encoding='utf-8'?><!-- A sample set of slides  --><!-- Adapted from the SAX tutorial at --><!--   java.sun.com/webservices/jaxp/dist/1.1/docs/tutorial/sax/index.html --><!--   by Norman Jacobson, May 2007, for CS122B --><!DOCTYPE slideshow SYSTEM "SlideShow.dtd"><slideshow     title="Sample Slide Show"    date="Date of publication"    author="Yours Truly">    <!-- TITLE SLIDE -->    <slide type="all">      <title>Wake up to WonderWidgets!</title>    </slide>    <!-- OVERVIEW -->    <slide type="all">      <title>Overview</title>      <item>Why <em>WonderWidgets</em> are great</item>      <item/>      <item>Who <em>buys</em> WonderWidgets</item>    </slide></slideshow>
