Xhtml

message from jimbo bagins on 21 Jul 2004
what is Xhtml what does it do and when would i have to use it
 
darrel replied to jimbo bagins on 21 Jul 2004
xhtml is xml compliant html. To put it simply. It is a bit more strict than
HTML in terms of syntax.

You need to use if if you want to make xhtml compliant pages. Otherwise, no
need to worry about it if you are using HTML doctypes.

-Darrel
 
gareth replied to darrel on 21 Jul 2004
One other point is that because XHTML is also XML it can be read by more
devices than pure HTML alone, and can be processed by systems that can
process XML.
 
darrel replied to gareth on 21 Jul 2004
While that's true in theory, I'm not sure if it pans out that way in the
real world as much, does it?

-Darrel
 
Jonathan Stowe replied to darrel on 21 Jul 2004
Er, yes it does. The flip side is that it becomes possible to produce
HTML using XML tools, such as a XSLT processors or to convey HTML
content within larger XML documents. XHTML increases the informational
value of the document by enable it to be understood as data by other
programs - trying to extract data from earlier HTML standards was always
a nightmare.

/J\
 

Archived message: Xhtml (Macromedia Dreamweaver Web Design)