Subject: figuring out if first or last child
From: Eric K Taylor <eric_k_taylor@xxxxxxxx>
Date: Thu, 28 Mar 2002 23:08:23 -0500
|
I have a structure that, simplified, looks like this:
<newsletter>
<article></article>
<article></article>
<article></article>
</newsletter>
when I'm processing the <article>s, I need to do something different with
the first and last, that is:
<xsl:if test="[this is the first article]">...
and possibly for another issue
<xsl:if test="[this is the last article]">...
I can't figure out how I'm supposed to express this. Clarification in
novice terms would be great; I'm a beginner. Thanks. Eric
________________________________________________________________
GET INTERNET ACCESS FROM JUNO!
Juno offers FREE or PREMIUM Internet access for less!
Join Juno today! For your FREE software, visit:
http://dl.www.juno.com/get/web/.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|