Example 15-4: Viewing the XML source served directly to IE5

<?xml version = '1.0'?>
<?xml-stylesheet type="text/xsl" media="msie 5.0" client="yes" href="SiteMenu-ie5.xsl"?>
<website>
   <categories>
      <category num="1">
         <name>News</name>
         <icon>newspaper.gif</icon>
      </category>
      <category num="2">
         <name>Software</name>
         <icon>software.gif</icon>
      </category>
      <category num="3">
         <name>Standards</name>
         <icon>standards.gif</icon>
      </category>
      <category num="4">
         <name>Resources</name>
         <icon>resources.gif</icon>
      </category>
   </categories>
</website>