Hi
If i got one XML from yester day and one new XML from today, is't
possible to parse thus two XML and generate a new XML, base on the
diffent data. The XML structure are same in thus 2 XML
//N9
If i got one XML from yester day and one new XML from today, is't
possible to parse thus two XML and generate a new XML, base on the
diffent data. The XML structure are same in thus 2 XML
//N9
1. Read each XML into a Dataset and use the Dataset.Merge() method to
get a consolidated dataset. Then write out the XML from the Dataset.
This scenario is well illustrated at http://support.microsoft.com/kb/311530.
2. Iterate through each target node and copy/append nodes from the
source file. An example is provided here: http://www.aspcode.net/Merging-two-XML-files.aspx
Quote:> Hi
> If i got one XML from yester day and one new XML from today, is't
> possible to parse thus two XML and generate a new XML, base on the
> diffent data. The XML structure are same in thus 2 XML
> //N9
1. Xml Parsing Error sending valid Xml to stored procedure from ADO.Net / C#
3. System.Xml.XmlTextReader.Parse
4. appendices
7. Parse Error, no assembly associated with Xml key ?
8. Welcome to comp.unix.questions [Frequent posting]
9. How to Parse XML posted from XMLHTTP?
10. XML parsing error: Selecting an item from a HTML drop-down list
11. Help/advice on XML parsing values
12. Please help newbie to parse xml
13. XMl Parsing Error - Please help