<?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: Parsing RSS feeds with J2ME and KXML</title>
	<atom:link href="http://www.jappit.com/blog/2008/05/09/parsing-rss-feeds-with-j2me-and-kxml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jappit.com/blog/2008/05/09/parsing-rss-feeds-with-j2me-and-kxml/</link>
	<description>Mobile blog by Alessandro La Rosa</description>
	<lastBuildDate>Mon, 30 Jan 2012 09:27:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ratnesh</title>
		<link>http://www.jappit.com/blog/2008/05/09/parsing-rss-feeds-with-j2me-and-kxml/comment-page-1/#comment-80447</link>
		<dc:creator>Ratnesh</dc:creator>
		<pubDate>Mon, 29 Aug 2011 05:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=33#comment-80447</guid>
		<description>Well i am trying to make this but i having one problem . when i am declaring object f KXmlPArser() its showning me error..

KXmlParser parser = new KXmlParser() ;

at this particlauar line i am gettign the error.


i am usingn Eclipse ME 
KXml 2.3

i urgently need help on this ..  I had added classpath also.</description>
		<content:encoded><![CDATA[<p>Well i am trying to make this but i having one problem . when i am declaring object f KXmlPArser() its showning me error..</p>
<p>KXmlParser parser = new KXmlParser() ;</p>
<p>at this particlauar line i am gettign the error.</p>
<p>i am usingn Eclipse ME<br />
KXml 2.3</p>
<p>i urgently need help on this ..  I had added classpath also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ram</title>
		<link>http://www.jappit.com/blog/2008/05/09/parsing-rss-feeds-with-j2me-and-kxml/comment-page-1/#comment-34641</link>
		<dc:creator>ram</dc:creator>
		<pubDate>Thu, 08 Jul 2010 07:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=33#comment-34641</guid>
		<description>I m working on a J2me Project.I ve succesfully implemented Client Login system and am able to get the RSS feed of ContactsI used ur example to parse the RSS feed..
 
I want to fetch all the contact names/email ids/photo and display them on screen.
 
From the Rss Feed I was able to parse out &quot;contact name&quot; 
 
The problem is in parsing image and especially email address..
The Rss feed lines goes something like
&quot;
 
I want to parse out the address from the above line for all contacts.By the way I use KXML library for parsing in j2me..
Kindly help Plz!</description>
		<content:encoded><![CDATA[<p>I m working on a J2me Project.I ve succesfully implemented Client Login system and am able to get the RSS feed of ContactsI used ur example to parse the RSS feed..</p>
<p>I want to fetch all the contact names/email ids/photo and display them on screen.</p>
<p>From the Rss Feed I was able to parse out &#8220;contact name&#8221; </p>
<p>The problem is in parsing image and especially email address..<br />
The Rss feed lines goes something like<br />
&#8221;</p>
<p>I want to parse out the address from the above line for all contacts.By the way I use KXML library for parsing in j2me..<br />
Kindly help Plz!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pit</title>
		<link>http://www.jappit.com/blog/2008/05/09/parsing-rss-feeds-with-j2me-and-kxml/comment-page-1/#comment-622</link>
		<dc:creator>Pit</dc:creator>
		<pubDate>Fri, 20 Jun 2008 11:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=33#comment-622</guid>
		<description>Hi Mahesh,

the approach and code described in this post works only to parse (and display) RSS feed items, but you can easily adapt it to parse channel names, or any other infos contained within the RSS feed.

Pit</description>
		<content:encoded><![CDATA[<p>Hi Mahesh,</p>
<p>the approach and code described in this post works only to parse (and display) RSS feed items, but you can easily adapt it to parse channel names, or any other infos contained within the RSS feed.</p>
<p>Pit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahesh</title>
		<link>http://www.jappit.com/blog/2008/05/09/parsing-rss-feeds-with-j2me-and-kxml/comment-page-1/#comment-615</link>
		<dc:creator>Mahesh</dc:creator>
		<pubDate>Thu, 19 Jun 2008 13:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=33#comment-615</guid>
		<description>Hi i m a trainer in my comp, i saw the code its very nice n the standards are maintained i this coding. Currently i m working on xml parsing, so i juz want to know that if i want to display the names(channel names) in a list view on device, then is this the same procedure i need to follow or else there is a diferent way. If so can u plz tell me?</description>
		<content:encoded><![CDATA[<p>Hi i m a trainer in my comp, i saw the code its very nice n the standards are maintained i this coding. Currently i m working on xml parsing, so i juz want to know that if i want to display the names(channel names) in a list view on device, then is this the same procedure i need to follow or else there is a diferent way. If so can u plz tell me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J2ME, Flash Lite, Symbian, Iphone, Android and Ajax news, tutorials, source code &#187; Blog Archive &#187; How to parse a generic XML file in J2ME with kXML</title>
		<link>http://www.jappit.com/blog/2008/05/09/parsing-rss-feeds-with-j2me-and-kxml/comment-page-1/#comment-319</link>
		<dc:creator>J2ME, Flash Lite, Symbian, Iphone, Android and Ajax news, tutorials, source code &#187; Blog Archive &#187; How to parse a generic XML file in J2ME with kXML</dc:creator>
		<pubDate>Thu, 15 May 2008 09:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=33#comment-319</guid>
		<description>[...] days ago I&#8217;ve posted J2ME code to parse RSS feeds using kXML library. Today&#8217;s code is about parsing a generic XML, so you can use it to parse [...]</description>
		<content:encoded><![CDATA[<p>[...] days ago I&#8217;ve posted J2ME code to parse RSS feeds using kXML library. Today&#8217;s code is about parsing a generic XML, so you can use it to parse [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

