XProc-Z can now produce HTML that isn't XHTML
In this release it's now easy to serialize a web page as HTML (other than XHTML).
To serialize as HTML, simply produce a c:response
whose c:body
element contains an html
element, and whose @content-type
= text/html
. To continue to serialize web pages as XHTML, use c:body/@content-type
= application/xhtml+xml
.