>From w3c's validater,

1.  Error  Line 3, Column 1: Missing xmlns attribute for element html. The value
should be: http://www.w3.org/1999/xhtml.

<html>

Many Document Types based on XML need a mandatory xmlns="" on the root element.
For example, the root element for XHTML will look like:
      <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">

I'm presuming this carries through to many of our docs (including the top
www.apache.org index page).

Thoughts?

Bill

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to