PDA

View Full Version : VIVVO: html or xhtml?


pcoskat
06-04-2007, 02:40 PM
Hello -

I am considering adding/integrating a custom rss feed reader into Vivvo, and the (potential) developer asked this question regarding Vivvo:

And are you using an HTML or XHTML DOCTYPE?


On this page, I see the XHTML icon: http://www.vivvo.net/ , however, there's no mention of XHTML anywhere else on the site.

Can I safely tell him XHTML?

Micha
06-04-2007, 04:07 PM
Vivvo uses XHTML 1.0 Transitional doctype:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

You can see that in your templates/header.tpl template.