How do I remove the namespace from an XML file to then transform it to XHTML

Manuel de León

New member
with XSL in an <asp:xml > control? I tried to tranform an XML file XSLT but I dont get the data displayed, I realized that it works only if I remove the "xmlns" attribute on the root element.

How can I remave this attribute from the file using C# and the .NET classes?
 
Back
Top