[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Autoexpanding ZIP archives?

From: John Peacock <jpeacock_at_rowman.com>
Date: 2005-12-07 22:28:56 CET

Peter N. Lundblad wrote:
> Why wouldn't the binary diff algorithm be suitable for XML documents?

It is, but that isn't the smallest possible diff for that document type,
which could be generated by some magical xmldiff like one of these:

        http://www.logilab.org/projects/xmldiff/
        http://apps.gotdotnet.com/xmltools/xmldiff/overview.html
        http://software.decisionsoft.com/tools.html
        http://forge.nesc.ac.uk/projects/xmldiff/

all of which provide a context sensitive diff, based on the underlying
XML structure. The binary diff algorithm doesn't know nothin' 'bout
parsin' no XML files, so it is just a binary mapping between two
collections of bytes.

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 7 22:30:47 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.