Re: Equivalence measures

> I assume you'll be sharing the exact method of creating the hashes?

I take it that means you want to know?

Parse the markup with SP (what I'm using is slightly hacked, but vanilla
nsgmls should be just the same).  Grep the output for content of interest
and discard the rest.  Make a hash of that.

The other input you can use is a custom DTD, but the existing demo
doesn't use that at all - it really is a quick-hack.

The actual hashes are MD5, expressed as Base64.

-- 
Nick Kew

Received on Tuesday, 11 December 2001 15:36:54 UTC