2 XHTML 1.0 Errors
Posted: Fri Oct 26, 2007 10:00 pm
1.:
Line 4, 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">
This is so simple to correct.
2. :
If you haven't created categories, the category list is empty, which means an empty <ul>-Tag. This is an error.
Line 4, 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">
This is so simple to correct.
2. :
If you haven't created categories, the category list is empty, which means an empty <ul>-Tag. This is an error.