The imported node is being inserted but it ends up like this:
<Filters xmlns="">
I need to get rid of this attribute either after or from the AppendChild method somehow.
The code that I have merges one xml file into another but it appends the xml to the end of the file, I need to insert the tag set in one file into another file in a particular location.
Here is my code:
protected void AddFilter(string ReportFile, string mdsName)
{...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.