Basic HTML version of Foils prepared August 1 99

Foil 56 XSL Stylesheet - Translation to HTML

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


1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl" xmlns:HTML="http://www.w3.org/Profiles/XHTML-transitional">
2
3 <xsl:template><xsl:apply-templates/></xsl:template>
4
5 <xsl:template match="/doc">
6 <HTML>
7 <HEAD>
8 <TITLE>Publications</TITLE>
9 </HEAD>
10 <BODY>
11 <xsl:apply-templates/>
12 </BODY>
13 </HTML>
14 </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