Re: [xmljs-users] Atom Feeds and Encoding
Brought to you by:
djoham,
witchhunter
From: David J. <dj...@ya...> - 2005-08-25 19:49:29
|
OK, thanks. I'll see if I can take a look at it sometime tonight or over the weekend... David --- Brent Johnson <blj...@gm...> wrote: > > > 1) I can't get it to parse Atom feeds. It just keeps returning a > > > NAMESPACE_ERR. Anyone run into this and know how I can fix this, or a > > > way to get around it? > > > > I've never tried an Atom feed. Can you post as small an example as possible so we can take a > look > > at it? > > The example the user sent to me (I'm using xmljs for a Konfabulator > widget) was a blog entry on blogspot.com: > > http://trishtunney.blogspot.com/atom.xml > > > > 2) Encoding! I'm trying to pull an RSS feed thats in french and the > > > accented characters just keep coming back as garbled when I get the > > > node value of the text node containing the french text. > > > > > Make sure the page's locale header specifies the proper encoding. Otherwise, the browser has > to > > guess what it should be and may very well guess wrong. Otherwise, it should work... > > Hmm, here's the example RSS feed that has french characters: > http://www.lapresseaffaires.com/rss/lpa.xml > > Thanks, > > - Brent > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > xmljs-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmljs-users > |