|
Subject: [xsl] Regrouping XML Data From: Lotus Soda <medius@xxxxxxxxxxxxx> Date: Thu, 11 Jul 2002 16:59:45 -0700 |
Dear Friends
I have the following XML data
<row>
<col>
<data>
Surveyor
</data>
<data>
Excavation
</data>
<data>
Plumber
</data>
</col>
<col>
<data>
11/02/2000
</data>
<data>
15/02/2000
</data>
<data>
11/03/2000
</data>
</col>
</row>
I am having difficulty transforming this into:
<row>
<col>
<data>
Surveyor
</data>
<data>
11/02/2000
</data>
</col>
<col>
<data>
Excavation
</data>
<data>
15/02/2000
</data>
</col>
<col>
<data>
Plumber
</data>
<data>
11/03/2000
</data>
</col>
</row>
Each <row> has a fixed number of <col>
Each <col> has one set of <data> (this set is variable)
The <data> sets are equal for all <col> in each <row>
Any help is appreciated
('J') Lotus Soda
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] XPath iteration?, Derek Davies | Thread | Re: [xsl] Regrouping XML Data, J.Pietschmann |
| Re: [xsl] XPath iteration?, David Carlisle | Date | Re: [xsl] JSP includes in XSLT, Guy McArthur |
| Month |