Chapter 13: Viewing XML Data on the Web

   Going from XML to HTML

      * An XML document without a stylesheet
      * Applying a stylesheet to create HTML code

   Serving Up Your XML Data

      * Applying a stylesheet with Internet Explorer
      * Getting the server to do the work
          - Writing a servlet
          - Getting a server
          - Putting your files on the server
          - Visiting your Web site
          - Yet another trick