Search found 1 match

by jordan23
Thu Apr 26, 2007 10:50 pm
Forum: XSLT and FOP
Topic: 3D Array and loops
Replies: 0
Views: 5077

3D Array and loops

I am trying to display a 3D array. I only want to display 1 level of the 3D array. So i am attempting to do this for a=1 to 4 for b=1 to 4 display x[my3rdplan,a,b] next next How do I do this in xslt? Here is my data. <Array1 Name="MyData" > <Value D1="1" D2="1" D3="...