Visit The XML Pro News Directory
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

Submit your site for FREE

Archive for the ‘XML Feeds’ Category

Have You Validated Your Feed Recently?

Tuesday, November 20th, 2007

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…)

CFFEED Bug To Watch Out For

Tuesday, November 20th, 2007

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…)