Ian's books 
      | CPU Magazine  
      
	 
 
	 XSLT Part 3: Using XSLT to Generate HTML 
  As described in the March 2003 issue of CPU - Computer Power User magazine. 
   Examples 
  
    -  demo.xml -- The simple example XML document 
         listed in the article. A plain text version is available at
      demo.txt. 
      
 
    -  transform.xsl -- The example XSLT 
       style sheet listed in the article.  A plain text version 
       is available at transform.txt. 
      
 
    -  demo-withPI.xml -- The simple 
       example document demo.xml, but with an xml-stylesheet PI at the 
       beginning of the document that references the transform.xsl style
       sheet.  Modern browses (IE 6 / Mozilla 1+/Netscape 7+) will be
       able to take this XML data, apply the transform to it, and display
       the generated HTML. 
       A plain text version of this document
       is available at demo-withPI.txt. 
      
 
  
   Tutorials, Books, References, and Tools