XML Schema Name space
I am using XML schemas in VB.NET. I have a issue. I am getting one XML document as output from a webservice. This document I am using for some processing. Now while using it for processing I dont need in the root element all the name space tag etc. I only need the root tag. Is there any way I can just avoid the name space tag.
please suggest...

