in reply to Re^2: Problems with HTML Encoding in RSS after moving to XML::RSS 1.48
in thread Problems with HTML Encoding in RSS after moving to XML::RSS 1.48
I wonder about which renderer you are really talking about. I think Firefox itself doesn't render RSS. Whatever renderer it is, it appears to be buggy. < and < are equivalent in XML like 'abc' and "abc" are equivalent in Perl.
A browser can't tell the difference between a static file and a generated file, so there is another difference. That difference is probably the real problem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Problems with HTML Encoding in RSS after moving to XML::RSS 1.48
by Corion (Patriarch) on Oct 22, 2010 at 19:06 UTC | |
by ikegami (Patriarch) on Oct 22, 2010 at 22:25 UTC |