I feel stupid... my desire is to write HTML5 using XML and I can't get ANYTHING to work, for instance:
<!DOCTYPE html>
<html>
<head><title>ABC</title></head>
<body>DEF</body>
</html>
actually shows ABC on the browser canvas!
What am I doing wrong? (using FireFox 3.5.8)