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


1 <xsl:template match="/doc/publication/author">
2 <B>
3 <xsl:value-of select="firstname"/>
4 <xsl:value-of select="lastname"/>
5 </B> <BR/>
6 </xsl:template>
7
8 <xsl:template match="/doc/publication/keywords">
9 <I>
10 <xsl:apply-templates select="keyword"/>
11 </I> <BR/>
12 </xsl:template>
13
14 <xsl:template match="/doc/publication/keywords/keyword">
15 <I>
16 <xsl:value-of/>
17 </I> <BR/>
18 </xsl:template>
19 </xsl:stylesheet>

in Table To:


© 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