Basic HTML version of Foils prepared August 1 99

Foil 54 XSL Patterns

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


Matching by ID
<xsl:template match="id(pn1)">
Matching by attribute
<xsl:template match="publication[attribute(number) =`pn1']">
Matching by child
<xsl:template match="publication[date]">
Matching by position
<xsl:template match="publication[first-of-type()]">



© 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