I have a XSL variable named $p = 10 155 784 967 24 54 698 78 34 27 21 87 13 15
This line contains width of 10 roads.
I am using this code for displaying
<td><font size="-2"><xsl:valu e-of select="$p"/></font></td>
but i want to display each coordinate in a separate line.Like this....
10
155
784
967
24
54
698
78
34
27
21
87
13
15
This line contains width of 10 roads.
I am using this code for displaying
<td><font size="-2"><xsl:valu e-of select="$p"/></font></td>
but i want to display each coordinate in a separate line.Like this....
10
155
784
967
24
54
698
78
34
27
21
87
13
15
Comment