[Bug 5803] HTML5 serialization is not compatible with XSLT

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5803





--- Comment #10 from Henri Sivonen <hsivonen@iki.fi>  2008-06-26 07:54:14 ---
(In reply to comment #3)
> In the meantime you can do:
> 
>    <xsl:output method="html" doctype-public=""/>
> 
> ...which will only generate one (minor) parse error. 

You aren't really addressing the problem if your solution is outputting
non-conforming HTML5 (compare with ATAG and alt).

Still, I consider the "html" output mode of XSLT fundamentally broken for a
non-doctype reason, so my suggested solution is using a non-built-in serializer
until XSLT processors get a built-in HTML5 serializer.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 26 June 2008 07:54:50 UTC