I can do 2 things...
1) Use single XSL to remove the root namespace directly or
2) Remove all the namespaces in the first call(which I know how to do) and then add the namespace only to the sub nodes.
Could someone please suggest how any of this could be done.