Re: [xmljs-users] Atom Feeds and Encoding
Brought to you by:
djoham,
witchhunter
From: David J. <dj...@ya...> - 2005-08-25 16:17:57
|
Hi Brent! > 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? > > 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... Best regards, David |