Posted on: 5/8/2014 3:12:45 PM | Views : 386

Hi, I am not new to asp.net but new to xml.  I have googled and looked at many of tutorials but not finding what I need.
I am running into a bit of a problem.  I am producing an xml order sheet that will get sucked in to another application.  The issue I am having to combine two ways of working with the file with vb.
The end production I have to produce has customer info and the second part has the product info. The product info is coming from a db into a datatable.  The end result needs to look something like below. When done, I need to write a new xml file without overwriting the previous file. I have read many tutorials on xmlwriter and xmlwriter with datatables but none I have found combine the two. Highly simplified final out put needs to look something like this but with a lot more detail.
<order> <ordercust> <ordernumber>123</ordernumber> ...

Go to the complete details ...