View Single Post
Old 02-27-2009, 12:47 PM   #10
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by pilotbob View Post
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
DaleDe is offline   Reply With Quote