Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries [Thread Prev] >Thread Next - Re: Help needed with transform Help needed with transformTo: NULL Date: 12/3/2007 8:21:00 PM
Can someone help me out as to how I can transform the following XML...
<RecordsetData>
<Row>
<MyID>1</MyID>
<Value>10</Value>
</Row>
<Row>
<MyID>1</MyID>
<Value>20</Value>
</Row>
<Row>
<MyID>2</MyID>
<Value>15</Value>
</Row>
</RecordsetData>
Into this...
<Data>
<MyData>
<MyID>1</MyID>
<Values>
<Value>10</Value>
<Value>20</Value>
</Value>
</MyData>
<MyData>
<MyID>2</MyID>
<Values>
<Value>15</Value>
</Values>
</MyData>
</Data>
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
