Annotation of embedaddon/php/ext/xsl/tests/53965/include.xsl, revision 1.1.1.1

1.1       misho       1: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
                      2:  <xsl:template match="cd">
                      3:   <h1><xsl:value-of select="title"/></h1>
                      4:   <h2>by <xsl:value-of select="artist"/> - <xsl:value-of select="year"/></h2>
                      5:   <hr />
                      6:  </xsl:template>
                      7: </xsl:stylesheet>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>