[xsl] Urgent!Loop_Condition

Subject: [xsl] Urgent!Loop_Condition
From: "Kim Durand" <vsd18@xxxxxxxxxxxxxx>
Date: 4 Mar 2002 21:01:43 -0000

hi ppl I have a problem.. I want to have an anology of the following algorithm in xsl

int i = 1;
when(condition)
{
 if(i ==1)
  {
   print(welcome on your first visit);
  }
    .. do something..
++i;

}

How do i do it??
PLease help.

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


Current Thread