Analo

Do you use XHTML syntax or HTML syntax in HTML5 pages?

Asked by Analo 2 years ago html5 xhtml


unregistered
0
 
I use XHTML because my markup is parsed by an XSLT processor (requires well-formed XML).

Why? I can CMS edit individual pages, which then transforms result into static HTML5 pages (Normally, all CMS generated pages go through server-side process and access a database. My framework means my pages are all static, fast loading but can also be updated on-line), Best of all worlds.

by unregistered 1 year ago

Devone
0
 
I normally use XHTML...Pretty much because text/html gets parsed as HTML and application/xhtml+xml gets parsed as XML. Therefore, you should use the syntax that matches the MIME type you use.

by Devone 2 years ago

Answer this question

Do you use XHTML syntax or HTML syntax in HTML5 pages?

0 errors found:

 
0