combine

  1. Marie-Andree

    merge two xml files with LINQ

    My name is Marie and I am trying to merge two xml document and have a combine result in a new xml document called output.xml. It seems when I am debugging, only the first xml document is combining to the output.xml. Here is my first xml called Nutrition.xml: <?xml version = "1.0"? <nutrition...
Back
Top