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


1 Matching by name
2 <xsl:template match="publication">
3 Matching by ancestry
4 <xsl:template match="publication/title">
5 Matching several names
6 <xsl:template match="title|keyword">
7 Matching the root
8 <xsl:template match="/">
9 Wildcard matches
10 <xsl:template match="*">

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