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


1 <xsl:template match="/doc/publication">
2 <P>
3 <H1>
4 Title: <xsl:value-of select="title"/>
5 </H1>
6 Author:
7 <BR/>
8 <xsl:apply-templates select="author"/>
9 <BR/>
10 Date: <xsl:value-of select="date"/>
11 <BR/>
12 Keywords:
13 <BR/>
14 <xsl:apply-templates select="keywords"/>
15 </P>
16 <HR/>
17 </xsl:template>

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