XML and HTML
HTML 4.0 is being expressed in XML - XHTML
Issues:
- Documents must be well-formed
- Tags in lowercase
- Quote attributes: <img src="foo" height="10"
- <li>End tags required</li>
- Empty elements: <img src="foo" / > <br / >
- Tidy utility
- See <URL: http://www.w3.org/TR/WD-html-in-xml/>
Note:
Time to produce XHTML documents?