<?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: What is MessageFormat?</title>
	<atom:link href="http://www.javablogging.com/what-is-messageformat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javablogging.com/what-is-messageformat/</link>
	<description>Tracking surprises, features and bugs</description>
	<lastBuildDate>Thu, 11 Mar 2010 05:28:53 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Trollhorn</title>
		<link>http://www.javablogging.com/what-is-messageformat/comment-page-1/#comment-998</link>
		<dc:creator>Trollhorn</dc:creator>
		<pubDate>Fri, 13 Nov 2009 10:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=832#comment-998</guid>
		<description>I think I&#039;ve read somewhere that MessageFormat was a replacement for System.out.format() in the old days... which would make sense, considering that MessageFormat existed before the format() Mehthod</description>
		<content:encoded><![CDATA[<p>I think I&#8217;ve read somewhere that MessageFormat was a replacement for System.out.format() in the old days&#8230; which would make sense, considering that MessageFormat existed before the format() Mehthod</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakob Magiera</title>
		<link>http://www.javablogging.com/what-is-messageformat/comment-page-1/#comment-980</link>
		<dc:creator>Jakob Magiera</dc:creator>
		<pubDate>Thu, 12 Nov 2009 12:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=832#comment-980</guid>
		<description>Usually, one would use the static method MessageFormat.format() without having to instantiate it, like so:

MessageFormat.format(&quot;{0} persone vivono a {1}&quot;, 12345, &quot;Roma&quot;);</description>
		<content:encoded><![CDATA[<p>Usually, one would use the static method MessageFormat.format() without having to instantiate it, like so:</p>
<p>MessageFormat.format(&#8221;{0} persone vivono a {1}&#8221;, 12345, &#8220;Roma&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rb</title>
		<link>http://www.javablogging.com/what-is-messageformat/comment-page-1/#comment-973</link>
		<dc:creator>rb</dc:creator>
		<pubDate>Thu, 12 Nov 2009 07:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=832#comment-973</guid>
		<description>Nice.</description>
		<content:encoded><![CDATA[<p>Nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pavan kumar</title>
		<link>http://www.javablogging.com/what-is-messageformat/comment-page-1/#comment-959</link>
		<dc:creator>pavan kumar</dc:creator>
		<pubDate>Wed, 11 Nov 2009 14:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=832#comment-959</guid>
		<description>Interesting Topic ..Thanks</description>
		<content:encoded><![CDATA[<p>Interesting Topic ..Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
