Basic HTML version of Foils prepared August 1 99

Foil 53 XSL Patterns

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


Matching by name
<xsl:template match="publication">
Matching by ancestry
<xsl:template match="publication/title">
Matching several names
<xsl:template match="title|keyword">
Matching the root
<xsl:template match="/">
Wildcard matches
<xsl:template match="*">



© 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