<xsl:template match="/doc/publication"> |
<P> |
<H1> |
Title: <xsl:value-of select="title"/> |
</H1> |
Author: |
<BR/> |
<xsl:apply-templates select="author"/> |
<BR/> |
Date: <xsl:value-of select="date"/> |
<BR/> |
Keywords: |
<BR/> |
<xsl:apply-templates select="keywords"/> |
</P> |
<HR/> |
</xsl:template> |