Basic HTML version of Foils prepared August 1 99

Foil 57 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">
<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>



© 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