Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DeanORenO

  1. DeanORenO

    merging xml from file into another xml file

    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.
  2. DeanORenO

    merging xml from file into another xml file

    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) {...

Part and Inventory Search

Back
Top