RE: question about DOCTYPE

Karl Dubost:

> On 27 Jul 2000, Pierre Crescenzo (I3S-UNSA-CNRS-CNAM) wrote:

> > May I write "DTD/xhtml1-strict.dtd" or
> > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" in DOCTYPE? Why?
 
> As defined in [1], you should write

> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
> "DTD/xhtml1-strict.dtd">

But

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

surely is correct too. It does validate at W3C.

#####################################################################
                          Bertilo Wennergren
                  <http://purl.oclc.org/net/bertilo>
                      <bertilow@hem.passagen.se>
#####################################################################

Received on Thursday, 27 July 2000 04:51:41 UTC