Have You Validated Your Feed Recently?
Tuesday, November 20th, 2007When is the last time you stopped to think about the health of your feed?
Maybe it’s time to head over to the Feed Validator and ensure it’s in peek performance. (more…)
| CSS
Templates, Tag Reference |
News
Articles, Books |
| XML Articles
Blogs, Recent News |
XML Consultants
Consulting Networks, Training |
| XML Editors
XML Text Editors, XML WYSIWYG Editors |
XML Encoding
Tags, Rules |
| XML Layouts
Code Layout, Page Layout |
XML Programming
Methods, Applications |
When is the last time you stopped to think about the health of your feed?
Maybe it’s time to head over to the Feed Validator and ensure it’s in peek performance. (more…)
I’ve blogged before about how xmlFormat() is a bit buggy.
While it will remove most characters, including “high ascii” characters in the range of 128-255, it will gleefully ignore other high ascii characters, for example, character 8220 which is the funky Microsoft Word quote.
Unfortunately it looks like the same code used for xmlFormat is used to escape text when you create feeds with CFFEED. (more…)