C
cdvr
I have to find or write some code to perfrom a diff between two XML
files. In particular they will most likely be RSS feeds, where the
first time viewing a feed I'd get the whole RSS XML, but on additional
viewings of a the same feed I would only get/store the difference from
the first time.
Anyways, I have found a few samples that do a diff on XML files (or
just any text file)....but they only display the lines that change,
they don't say what part of a line has changed. Just curious if
anyone has a solution or knows of any before I work on re-creating the
wheel
thanks
files. In particular they will most likely be RSS feeds, where the
first time viewing a feed I'd get the whole RSS XML, but on additional
viewings of a the same feed I would only get/store the difference from
the first time.
Anyways, I have found a few samples that do a diff on XML files (or
just any text file)....but they only display the lines that change,
they don't say what part of a line has changed. Just curious if
anyone has a solution or knows of any before I work on re-creating the
wheel
thanks