Skip to content

XProc-Z can now produce HTML that isn't XHTML

Compare
Choose a tag to compare
@Conal-Tuohy Conal-Tuohy released this 28 Jul 11:12
· 26 commits to master since this release

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.