Skip to main content
3 votes
Accepted

I generated XHTML with XSLT, what are my options with HTML 5?

I am wondering how I will deal with HTML 5 not being XML anymore. HTML5, unlike its predecessors, is defined as an abstract document, with three different concrete representations (note, however, that ...
Jörg W Mittag's user avatar
3 votes
Accepted

Development Of Scriptable Webpage Served As XML And Parsed As HTML

How To Make A XHTML Page To answer the question, everything about the linked page is off-bat. There is nothing cross-browser about it (though it does work fine in most browsers coincidentally). Expect ...
Jack G's user avatar
  • 242
3 votes

Relation and differences between SGML, XML, HTML and XHTML

The history of these might enlighten you here. Simply talking about meta-languages, profiles, subsets and instances is a little dry ! I'll try to keep it short and simple. SGML evolved from GML (...
Trunk's user avatar
  • 145
2 votes

I generated XHTML with XSLT, what are my options with HTML 5?

If you can move forward to XSLT 3.0, then you can simply say <xsl:output method="html" version="5"/> to generate HTML5.
Michael Kay's user avatar
  • 3,599

Only top scored, non community-wiki answers of a minimum length are eligible