Posted By:
Jyri_Saastamoinen
Posted On:
Thursday, March 4, 2004 11:52 PM
I have a following XML doc:
aaaa
bbbb
cccc
dddd
...
I need to get each
to table cell like this:
aaaa bbbb cccc dddd
eeee ffff gggg hhhh
and so on.
How can I do that? If I use for-each loop, it just puts elements to a first column like this:
aaaa
bbbb
cccc
...