Re: HTML 3.2 PR (fwd)

   If you're using HTML 2.0, use

	   <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

   like it says in RFC 1866.  If you're using Wilbur, use

	   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Draft//EN">

The simplest way is to say

   <!doctype html system "html3.2.dtd">

and keep a link in each relevant directory to the DTD (should you wish
to parse your own files) or put the onus on the user to do so if they
should wish to.

///Peter

Received on Friday, 15 November 1996 22:41:54 UTC