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


1 Matching by ID
2 <xsl:template match="id(pn1)">
3 Matching by attribute
4 <xsl:template match="publication[attribute(number) =`pn1']">
5 Matching by child
6 <xsl:template match="publication[date]">
7 Matching by position
8 <xsl:template match="publication[first-of-type()]">

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