<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/css" href="verysimple.css" title="simple"?>
<?xml-stylesheet type="text/css" href="ghastly.css" title="ghastly" alternate="yes"?>
<?xml-stylesheet type="text/css" href="nicer.css" title="nicer" alternate="yes"?>
<note>
  <title>Some Web Technologies</title>
  <intro>In the old days, designers used HTML tables
  and transparent GIFs to lay out webpages.</intro>
  <text>Today we use style sheets to separate the content
  from the presentation.  Style sheets go way, way,
  beyond what could be done with tables, font elements
  and spacers.  Designers now have complete control
  over layout down to the pixel level.</text>
  <text>Of course, liquid layouts are usually best, but 
  that is a topic that will be addressed later.</text>
  <technologies>
    <tech><name>XML</name><year>1998</year></tech>
    <tech><name>XHTML</name><year>1999</year></tech>
    <tech><name>CSS</name><year>1996</year></tech>
    <tech><name>XSLT</name><year>1999</year></tech>
  </technologies>
  <author>Ray Toal</author>
</note>
