RE: French document

Pierre Crescenzo:

> If my XHTML document contains French text, should I use "-//W3C//DTD
> XHTML 1.0 Strict//FR" in <!DOCTYPE...> and/or xml:lang="fr" lang="fr"
> in <html...>? Thank you in advance dor your help.
 
Use the ordinary '<!DOCTYPE...' with 'EN', and use 'xml:lang="fr" lang="fr"'
in '<html>' or other tags as needed. The "EN" of the doctype declaration
has nothing to do with the language of the document.

Indicating the language of the document (with 'xml:lang="fr" lang="fr"')
is good practice, but is not required.

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

Received on Thursday, 27 July 2000 11:15:34 UTC