[xsl] Iteration of for() for first 100 intergers.

Subject: [xsl] Iteration of for() for first 100 intergers.
From: ram <ram_kurra@xxxxxxxxxxx>
Date: Thu, 18 Nov 2010 21:39:22 +0530 (IST)
Hi,
   I am looking for simple for() which will iterate through first 100
numbers.   how can i do that.

for(int i=0;i<=100;i++){
System.out.println("each value"+i);
}

Current Thread