When loading XML through XMLHttpRequest, the resulting DOM does not allow access to content of elements, which happen to have the same element name in html AND which have an empty content model in html.
Example: the <link>...</link>
element from various RSS flavors is not available in Safari, using DOM methods, because an empty <link/>
element is defined for html.
Test page Workaround is not included
Reported by: Johannes la Poutr�.
Safari | Reported on 29 March 2005.
This site is no longer maintained. I’m sorry, but it’s just too much work for too little return. You can continue to browse old bug reports, though.
Search reports by browser:
2 Posted by ppk on 16 April 2005 | Permalink
Seems to be solved in 1.3
1 Posted by TarquinWJ on 30 March 2005 | Permalink
This has been reported to Apple.