| Subject: [xsl] flattening an xml hierarchy From: Tim <timlhunt@xxxxxxxxxxxxxx> Date: Thu, 08 Jan 2009 11:12:12 -0500 | 
Hi, I'd like to remove some elements from an xml hierachy using xslt:
Original xml example:
<Dontwant1>
   <dontwant2>foo</dontwant2>
   <x3>
       <x4>stuff</x4>
       <y5>more stuff</y5>
   </x3>
</Dontwant1>Like to have transform output: <x3> <x4>stuff</x4> <y5>more stuff</y5> </x3>
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] Retrieving values, David Carlisle | Thread | Re: [xsl] flattening an xml hierarc, Evan Lenz | 
| Re: [xsl] Retrieving values, David Carlisle | Date | Re: [xsl] flattening an xml hierarc, Evan Lenz | 
| Month |