<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: New release of Advisare</title>
	<atom:link href="http://www.noulakaz.net/weblog/2004/03/25/new-release-of-advisare/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.noulakaz.net/weblog/2004/03/25/new-release-of-advisare/</link>
	<description>A blog on Technology Convergence</description>
	<lastBuildDate>Mon, 06 Sep 2010 10:08:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Eddy Young</title>
		<link>http://www.noulakaz.net/weblog/2004/03/25/new-release-of-advisare/#comment-26</link>
		<dc:creator>Eddy Young</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.noulakaz.net/weblog/?p=11#comment-26</guid>
		<description>Why not subclass SGMLParser for parsing the HTML code? Also, urllib allows you to grab the HTML directly from the website.

I&#039;ve posted some code that extracts links from Google News. I would contribute in SourceForge, but I&#039;m busy with another project. You can get some idea from my GoogleNewsParser code, though.

http://coding.mu/archives/2004/03/27/google_news_parser_in_python</description>
		<content:encoded><![CDATA[<p>Why not subclass SGMLParser for parsing the HTML code? Also, urllib allows you to grab the HTML directly from the website.</p>
<p>I&#8217;ve posted some code that extracts links from Google News. I would contribute in SourceForge, but I&#8217;m busy with another project. You can get some idea from my GoogleNewsParser code, though.</p>
<p><a target="_blank" href="http://coding.mu/archives/2004/03/27/google_news_parser_in_python"  rel="nofollow">http://coding.mu/archives/2004/03/27/google_news_parser_in_python</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avinash</title>
		<link>http://www.noulakaz.net/weblog/2004/03/25/new-release-of-advisare/#comment-27</link>
		<dc:creator>avinash</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.noulakaz.net/weblog/?p=11#comment-27</guid>
		<description>I am not too keen to use SGMLParser because the HTML I get from Canal Satellite is really badly formed and it would be a pain to process it if is not not tidied beforehand.

And, of course, as soon as it is tidied, I can use a proper XML parser (like expat) and it makes my code easier to write and to maintain.

The difficult part is the second part of the program. I am thinking about reading the XML produced and build a web of objects with semantic links between them (like same category, same duration, same channel...).

Then using a proper graph traversal algorithm, the application should be able to propose a TV program based on what the user has seen before.</description>
		<content:encoded><![CDATA[<p>I am not too keen to use SGMLParser because the HTML I get from Canal Satellite is really badly formed and it would be a pain to process it if is not not tidied beforehand.</p>
<p>And, of course, as soon as it is tidied, I can use a proper XML parser (like expat) and it makes my code easier to write and to maintain.</p>
<p>The difficult part is the second part of the program. I am thinking about reading the XML produced and build a web of objects with semantic links between them (like same category, same duration, same channel&#8230;).</p>
<p>Then using a proper graph traversal algorithm, the application should be able to propose a TV program based on what the user has seen before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddy Young</title>
		<link>http://www.noulakaz.net/weblog/2004/03/25/new-release-of-advisare/#comment-28</link>
		<dc:creator>Eddy Young</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.noulakaz.net/weblog/?p=11#comment-28</guid>
		<description>Uhm, this is getting interesting. Maybe I should contribute some code after all :-)
</description>
		<content:encoded><![CDATA[<p>Uhm, this is getting interesting. Maybe I should contribute some code after all <img src='http://www.noulakaz.net/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
