| 
 
Subject: RE: [xsl] flat XML to normal XML From: "Aron Bock" <aronbock@xxxxxxxxxxx> Date: Mon, 16 May 2005 14:36:09 +0000  | 
<DataSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Table> <Level>1</Level> <Description>Cars</Description> </Table> <Table> <Level>2</Level> <Description>BMW</Description> </Table> <Table> <Level>3</Level> <Description>316</Description> </Table> <Table> <Level>3</Level> <Description>Z4</Description> </Table> <Table> <Level>2</Level> <Description>Citroen</Description> </Table> <Table> <Level>3</Level> <Description>C2</Description> </Table> <Table> <Level>3</Level> <Description>C4 coupe</Description> </Table> <Table> <Level>2</Level> <Description>Alfa Romeo</Description> </Table> <Table> <Level>3</Level> <Description>156</Description> </Table> <Table> <Level>1</Level> <Description>Motorcycles</Description> </Table> <Table> <Level>2</Level> <Description>Kawasaki</Description> </Table> <Table> <Level>3</Level> <Description>Ninja</Description> </Table> <Table> <Level>2</Level> <Description>Suzuki</Description> </Table> <Table> <Level>3</Level> <Description>Katana</Description> </Table> </DataSet>
<NewDataSet>
 <Transport name="Cars">
   <Brand name="BMW">
     <Model name="316"/>
     <Model name="Z4"/>
   </Brand>
   <Brand name="Citroen">
     <Model name="C2"/>
     <Model name="C4 coupe"/>
   </Brand>
   <Brand name="Alfa Romeo">
     <Model name="156"/>
   </Brand>
 </Transport>
 <Transport name="Motorcycles">
   <Brand name="Kawasaki">
     <Model name="Ninja"/>
   </Brand>
   <Brand name="Suzuki">
     <Model name="Katana"/>
   </Brand>
 </Transport>
</NewDataSet>| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] flat XML to normal XML, Aron Bock | Thread | Re: [xsl] flat XML to normal XML, Borut Bolčina | 
| RE: [xsl] flat XML to normal XML, Aron Bock | Date | [xsl] Junit-type Framework for XSLT, Eliot Kimber | 
| Month |