Basic HTML version of Foils prepared August 1 99

Foil 58 XSL Stylesheet - Translation to HTML

From Advanced XML and its applications CPS714 Computational Science Information Track -- July 7 99. by Lukasz Beca


<xsl:template match="/doc/publication/author">
<B>
<xsl:value-of select="firstname"/>
<xsl:value-of select="lastname"/>
</B> <BR/>
</xsl:template>
<xsl:template match="/doc/publication/keywords">
<I>
<xsl:apply-templates select="keyword"/>
</I> <BR/>
</xsl:template>
<xsl:template match="/doc/publication/keywords/keyword">
<I>
<xsl:value-of/>
</I> <BR/>
</xsl:template>
</xsl:stylesheet>



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Aug 1 1999