This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

figuring out if first or last child


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]