greeting.xsl

<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

  <xsl:template match="/">
    <html>
      <body>
       <h1>
        <xsl:value-of select="GREETING"/>
       </h1>
      </body>
    </html>
  </xsl:template>

</xsl:stylesheet>

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

Copyright 1999, 2000 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified January 31, 2000