sawyer1370
10-09-2003, 09:25 PM
I have a set of xml date that I would like to format. I would like to have all the info for each "Region" be put together. So the report would look like the example below. I think I need to use something similiar to:
xsl:when region=fl ...
xsl:otherwise
region severity average BaseAbHigh
fl ok 10 50
minor 12 51
ok 11 55
ok 10 50
dc ok 15 50
ok 13 60
ok 10 55
I hope I explained that correctly.
(edited by moderator to disable smileys)
xsl:when region=fl ...
xsl:otherwise
region severity average BaseAbHigh
fl ok 10 50
minor 12 51
ok 11 55
ok 10 50
dc ok 15 50
ok 13 60
ok 10 55
I hope I explained that correctly.
(edited by moderator to disable smileys)