xsl-list
[Top] [All Lists]

Re: Looping using XSL

2002-10-02 09:38:01
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(_at_)mulberrytech(_dot_)com
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



<Prev in Thread] Current Thread [Next in Thread>