Creating delta from 2 XML documents
843834Feb 3 2005 — edited Mar 2 2005Hi All,
I am having 2 XML documents. Both are retrieved from a database. The first document will contain the table structures and the data for a particular day. The second document will contain the data from the same database but the table structure and the data will have new inclusions and deletions. I want a delta XML document from both these documents. The delta should contain the difference between them. ie, only the changes in table structures and the data. I wonder if the comparison on XML documents using SAX or DOM may become time consuming. Can anyone give me suggestions, please. Thanks.
Regards,
Bh_t_76