Example 8-10: Static XML datagram describes web site structure

<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="SiteMenu.xsl"?>
<website>
  <categories>
    <category>
      <name>News</name>
      <icon>news.gif</icon>
      <url>newshome.html</url>
    </category>
    <category>
      <name>Software</name>
      <icon>software.gif</icon>
      <url>software.html</url>
    </category>
    <category>
      <name>Standards</name>
      <icon>stds.gif</icon>
      <url>standard.html</url>
    </category>
    <category>
      <name>Resources</name>
      <icon>resources.gif</icon>
      <url>helpfullinks.html</url>
    </category>
  </categories>
</website>