xsl-list
[Top] [All Lists]

Re: updating xsl:variable inside the loop

2004-01-29 21:36:50
Thanks for the reply,
This criteria works fine.
Regards,
Arul
--- David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk> wrote:

  If I use this condition
  <xsl:if
  test="@rowindex=preceding-sibling::*/@rowindex">

presumably then you want a slightly different
condition.
You didn't say what criterion you want to test, only
showed some
xsl code that shoul dhave generated an error about
rebinding a local
variable.  It isn't ever easy to guess from wrong
code what you wanted,
actually I suppose you wanted to know if the 
immediately preceing
attribte is less (or if there isn't such an
attribute)

 <xsl:if
  test="not(preceding-sibling::*[1]/@rowindex) or
preceding-sibling::*[1]/@rowindex &lt; @rowindex ">
-- 
http://www.dcarlisle.demon.co.uk/matthew


________________________________________________________________________
This e-mail has been scanned for all viruses by Star
Internet. The
service is powered by MessageLabs. For more
information on a proactive
anti-virus service working around the clock, around
the globe, visit:
http://www.star.net.uk

________________________________________________________________________

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



=====
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º
                      Arulraj   Chennai, India
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

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