RE: [xsl] Converting XML to XML

Subject: RE: [xsl] Converting XML to XML
From: "ChandraShekar, A" <ChandraShekar.A@xxxxxxxxxxx>
Date: Wed, 17 Aug 2005 16:33:55 +0530
Hello,

	Is it possible to convert XML to XML using XSLT ?

In my case Source is :
<a>
<b>
</b>
<c>
</c>
</a>

Destination is :

<x>
<y>
</y>
<z>
</z>
</x>

Please provide me some sample code.

Thanks and Regards,
Chandu

Current Thread