xsl-list
[Top] [All Lists]

Re: Looping using XSL

2002-10-01 23:21:48
Vasu Chakkera wrote:

Doesnt <xsl:for-each select="//*[position() &lt;= rating]">
iterate through all the child elements of the context node ., in this case "mood".. so essentially since it has only one child element( "rating" ), It should iterate only once irrespective of the condition *[position() &lt;= rating]">
so you xsl should produce only one line.
<div class="moodbar"><img src="layout/global/pics/mood-red.gif" alt="" /></div>
Vasu

That's what I've just found...though I appreciated the idea :-)
Sorry if the words 'looping' and 'iterate' have confused the issue but I'm not sure what else to call it.

I guess what's needed is some way of testing against the number in the rating node and write out the html line until the rating is equalled.

Josh



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



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