Problem parsing google XML

hi all,

I m facing a problem while reading RSS xml feed from google.

when i paste the url on my browser it works but when i try to read it through my code

it saysjava.io.IOException: Server returned HTTP response code: 403.

example url:--

http://news.google.com/news?hl=en&ned=us&q=world+cricket&ie=UTF-8&# 38;output=rss

my code:-

DocumentBuilderFactory docBuilderFactory = DocumentBuilderFactory

.newInstance();

DocumentBuilder docBuilder = docBuilderFactory.newDocumentBuilder();

Document doc = docBuilder.parse("http://news.google.com/news?hl=en&ned=us&q=world+cricket&ie=UTF-8&output=rss");// exception comes gere

I donno what the problem is.

Is it possible that google doesnt allow this thing.

Plz help

Thanx in advance

VikraM.......

[929 byte] By [VikraMa] at [2007-11-26 18:54:40]
# 1
Looks like you've posted this in the incorrect forum. This forum is for issues with the Patchpro and SunUC software. I'd recommend re-posting in the correct forum where I'm sure someone will be able to assist you.
ForumModeratora at 2007-7-9 20:32:10 > top of Java-index,Administration Tools,Sun Update Connection-System...