[Webkit-unassigned] [Bug 47768] XMLSerializer serializes BR as <BR> not <BR/>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 24 07:47:43 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=47768





--- Comment #6 from Peter Ryan <peterx14 at gmail.com>  2012-09-24 07:48:11 PST ---
Just to clarify, my point is that I'd expect something called "XMLSerializer" to generate XML. If it does not do this, then it should surely be called just plain "Serializer". And therefore, being called XMLSerializer and not outputting XML must therefore be a bug?

Additionally, I can't think-of/find a viable alternative or work-around (tree-walking, DOM copying is kind of slow!). For my use-case, I need well-formed XML in order to push it through an XSL transformation. Conversely, if XMLSerializer actually output XML, it would be trivial to convert XHTML to HTML using a simple XSL transformation.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list