Parsing Atom Feeds with Flex/Actionscript

January 16th, 2008 § 0 comments

Very important, if you are trying to parse an atom feed, say from Blogger for example. Make sure you include the following lines of code. If not, you could spend several days trying to figure out how to "trick" the system to work. I'm not saying I did this, I'm just saying it could happen...

// Define and use atom namespace
private namespace atom = "http://www.w3.org/2005/Atom";
use namespace atom;


Digg!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

What's this?

You are currently reading Parsing Atom Feeds with Flex/Actionscript at T3B.

meta