Inconsistent character 'escaping' in both HTML and XML (RSS feed)
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Feedback
- :
- Community Site Feedback
- :
- Inconsistent character 'escaping' in both HTML and...
Inconsistent character 'escaping' in both HTML and XML (RSS feed)
15-08-2007 11:49 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Current browsers IE7 and FF 2.0.0.6 produce the correct output regardless of the inconsistency. BUT! When taking the RSS feed to output on the PlusNet UserGroup site I have to pre-process the string and convert the Hex 8217 to ’ to preserve the ISO8559-1 output.
See: http://usergroup.plus.net/PlusnetRSS.php
The fudge is working but there may be other incompatibility issues in other cases.
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
Re: Inconsistent character 'escaping' in both HTML and XML (RSS feed)
06-09-2007 11:17 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
According to http://www.feedvalidator.org/ the feed is valid, even with the difference in characters.
Re: Inconsistent character 'escaping' in both HTML and XML (RSS feed)
15-02-2008 4:58 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
jelv (a.k.a Spoon Whittler) Why I have left Plusnet (warning: long post!) Broadband: Andrews & Arnold Home::1 (FTTC 80/20) Line rental: Pulse 8 Home Line Rental (£14.40/month) Mobile: iD mobile (£4/month) |
Re: Inconsistent character 'escaping' in both HTML and XML (RSS feed)
17-02-2008 10:57 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: jelv Is this still a problem?
Well Yes and No The odd character sequences still arrive, but I get around them in the PHP snippet code, so the end User never sees the problem.
Maurice
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
Re: Inconsistent character 'escaping' in both HTML and XML (RSS feed)
17-02-2008 11:06 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I do notice that where the code is of the &#nnn format it seems to be inside <content:encoded> tags and the rest seem to be in other tags. I suspect therefore that it is working correctly.
jelv (a.k.a Spoon Whittler) Why I have left Plusnet (warning: long post!) Broadband: Andrews & Arnold Home::1 (FTTC 80/20) Line rental: Pulse 8 Home Line Rental (£14.40/month) Mobile: iD mobile (£4/month) |
Re: Inconsistent character 'escaping' in both HTML and XML (RSS feed)
18-02-2008 7:57 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Inconsistent character 'escaping' in both HTML and XML (RSS feed)
18-02-2008 8:20 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Feedback
- :
- Community Site Feedback
- :
- Inconsistent character 'escaping' in both HTML and...