[Bug 5803] HTML5 serialization is not compatible with XSLT

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


Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |WONTFIX




--- Comment #3 from Ian 'Hixie' Hickson <ian@hixie.ch>  2008-06-25 20:46:03 ---
Ah. Well, that's unfortunate. I guess XSLT will have to be updated. In the
meantime you can do:

   <xsl:output method="html" doctype-public=""/>

...which will only generate one (minor) parse error. Or you can use something
other than XSLT, which would be my advice.


-- 
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 Wednesday, 25 June 2008 20:46:37 UTC