Quote:
Originally Posted by pilotbob
I just looked at it. It sure as heck is (x)HTML with heavy use of stylesheets for layout. (Which I am pretty sure most readers won't support very well.)
Basically, it HAS to be HTML for a browser to render it. Unless it uses flash or java of course.
BOb
|
It is rendered as xhtml somewhere along the line but the source language is not html. If you edit a wiki page it does not use html but if you look at a source page using view source in the browser it is rendered as xhtml. It begins with
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
so you are correct in that it must be rendered as html.
Dale