Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I have c# code
C#
foreach(string strItem in arrItems)

arrItems is an array of strings.

I know there is a <xsl:for-each select=......> on xsl but I am not sure about put the expression.

Please help
Posted
Updated 1-Feb-11 21:53pm
v2

1 solution

The <xsl:for-each> element can be used to select every XML element of a specified node-set. Have a look at w3cschool for good explanation on this:
http://www.w3schools.com/xsl/xsl_for_each.asp[^]

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900