Re: v0.6.6 Release? (was: 0.6.6 bug roundup)

On Tue, 18 May 2004, Ville Skyttä wrote:

> I'd like to hear opinions from others wrt
> http://www.w3.org/Bugs/Public/show_bug.cgi?id=705

After entering a comment on that and a quick chat with Terje, I think
I have it.

Basically, we hack the DTD used as a default fallback:

<!ENTITY % HTML.Version "-//W3C//DTD HTML 4.01 PROVISIONAL//EN">
<!ENTITY % version "version CDATA #FIXED '%HTML.Version;'">
<!ATTLIST HTML %i18n; %version;>

Now onsgmls will give us a version string of PROVISIONAL
that we can test for.

That's a good excuse for some further hacks to the default DTD too :-)

-- 
Nick Kew

Received on Wednesday, 19 May 2004 03:46:15 UTC