Hi,

>From what I can tell from your post so far, I looked at the rss source
code and the feed has the following

<title>yoga - Google News</title>
<link>http://news.google.com?pz=1&amp;ned=us&amp;hl=en</link>

So the API is just generating whats in the feed.

However, when I try the atom feed (output=atom) I get this

<title>yoga - Google News</title>
<link rel="self" type="application/atom+xml" href="http://
news.google.com/news?
pz=1&amp;ned=us&amp;hl=en&amp;q=yoga&amp;output=atom"></link>

Which seems to include this q=yoga&amp;output=atom (is that what your
looking for?)

Would this serve your needs better to use the Atom feed instead? (you
haven't really specified exactly what your wanting/expecting to see)

Just a side note, I also noticed in the atom feed the "alternate" link
is this

<link rel="alternate" type="text/html" href="http://news.google.com?
pz=1&amp;ned=us&amp;hl=en"></link>

I doubt the ajax api team has control over the XML format of the
Google News feeds, so you may also want to send a comment to the
Google News team (also found in the xml code)

<email>[email protected]</email>

Hope that helps :)

Cheers!
Vision Jinx

On Feb 6, 10:08 pm, mattp <[email protected]> wrote:
> Hi,
> I am using the Newsfeed API.   in the LoadDynamicFeedControl()
> function var feeds I use the url:
>
> http://news.google.com/news?q=yoga&output=rss
>
> but this is somehow modified by Google and when the page renders the
> Title link becomes:
>
> http://news.google.com?pz=1&ned=us&hl=en
>
> So the individual yoga news items show up ok, but the hyperlink for
> the Title is wrong.
>
> Any ideas?
> tx,
> Matt

-- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-ajax-search-api?hl=en.

Reply via email to