Re: [xsl] Looping using XSL

Subject: Re: [xsl] Looping using XSL
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Wed, 02 Oct 2002 12:38:01 -0400
At 06:24 AM 10/2/2002, Jeni wrote:
But Wendell had a typo which meant this wouldn't work.

Oops! Yah, since I actually always use a variable when doing this, I completely zoned on what the context node really was for that predicated expression.


What he meant to say was:

<xsl:template match="mood">
  <xsl:variable name="rating" select="rating" />
  <xsl:for-each select="//*[position() &lt;= $rating]">
    <div class="moodbar">
      <img src="layout/global/pics/mood-red.gif" alt="" />
    </div>
  </xsl:for-each>
</xsl:template>

Thanks Jeni. Again.


Cheers,
Wendell


====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread