Posted by McKirahan on 02/25/07 13:52
"caine" <thensiujing@gmail.com> wrote in message
news:1172409876.997638.19400@p10g2000cwp.googlegroups.com...
> I want to extract web data from a news feed page
> http://everling.nierchi.net/mmubulletins.php.
> Just want to extract necessary info between open n closing tags of
> <title>, <category> and <link>. Whenever I initiated the extraction,
> first news title is always "MMU Bulletin Board RSS Feed" with the
> proper bulletin's link stored, but not the correct news title being
> stored.
>
> Necessary info only appears within <item> and </item> which consists
> those <title>, <category> and <link>.
[snip]
Pull up that page in a browser and all you'll see is:
<?xml version="1.0" encoding="iso-8859-1" ?>
- <rss version="2.0">
- <channel>
<title>MMU Bulletin Board RSS Feed</title>
<link>http://bulletin.mmu.edu.my/</link>
<description>Yet another MMU Bulletin Board RSS Feed developed by
everling</description>
<ttl>15</ttl>
</channel>
</rss
Visiting the <link> specified you'll (in part) see this:
"If any query needed , please contact webmaster@mmu.edu.my"
Contact them.
[Back to original message]
|