Bug 19916

Summary:   entity added by XML parser
Product: WebKit Reporter: Robbert Broersma <mail>
Component: XMLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Major CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
The bug will result in an entity being shown instead of a space none

Description Robbert Broersma 2008-07-06 11:20:02 PDT
In the Safari 4 Developer Preview &#160; entities are converted HTML enties, which are obviously invalid in XML. I noticed because the XSLT processor choked on them. This occurs when loading files using XMLHttpRequest, loading XML from strings using DOMParser, but they are even (re)introduced using importNode.
Comment 1 Robbert Broersma 2008-07-06 11:21:51 PDT
Created attachment 22112 [details]
The bug will result in an entity being shown instead of a space
Comment 2 Alexey Proskuryakov 2008-07-07 04:43:51 PDT
Apple beta/prototype software that is under NDA should not be discussed in Bugzilla, the only way to report bugs about it is via <http://bugreport.apple.com>.

However, this bug is in WebKit, so it was present in nightly builds as well, and was already fixed. You can get a nightly build from <http://nightly.webkit.org>, using it will not affect your OS installation in any way.

*** This bug has been marked as a duplicate of 19215 ***