Transforming the Document

D:\fundamentals\examples>saxon hotcop.xml song3.xsl
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

      <title>Song</title>
   </head>
   <body>
      <h1>Hot Cop
         by the
         Village People
      </h1>
      <ul>
         <li>Length: 6:20</li>
         <li>Producer: Jacques Morali</li>
         <li>Publisher: PolyGram Records</li>
         <li>Year: 1978</li>
         <li>Composer: Jacques Morali</li>
         <li>Composer: Henri Belolo</li>
         <li>Composer: Victor Willis</li>
      </ul>
   </body>
</html>

Or alternately:

% java com.icl.saxon.StyleSheet hotcop.xml song3.xsl
<html>
...


View Document in Browser
Previous | Next | Top | Cafe con Leche

Copyright 2000, 2001 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified June 19, 2001