<?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 a XML Sandwich with JavaFX</title>
	<atom:link href="http://silveiraneto.net/2008/12/25/parsing-xml-sandwich-with-javafx/feed/" rel="self" type="application/rss+xml" />
	<link>http://silveiraneto.net/2008/12/25/parsing-xml-sandwich-with-javafx/</link>
	<description>come with me, on the way I&#039;ll explain.</description>
	<lastBuildDate>Sun, 14 Mar 2010 22:15:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ivan</title>
		<link>http://silveiraneto.net/2008/12/25/parsing-xml-sandwich-with-javafx/comment-page-1/#comment-4829</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Fri, 05 Feb 2010 18:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=2018#comment-4829</guid>
		<description>describe sandwiches using xml - is a great idea :-D</description>
		<content:encoded><![CDATA[<p>describe sandwiches using xml &#8211; is a great idea <img src='http://silveiraneto.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rishabh Rao</title>
		<link>http://silveiraneto.net/2008/12/25/parsing-xml-sandwich-with-javafx/comment-page-1/#comment-4761</link>
		<dc:creator>Rishabh Rao</dc:creator>
		<pubDate>Wed, 13 Jan 2010 09:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=2018#comment-4761</guid>
		<description>Thanks Silveira for this awesome tutorial! It helped me a lot while developing my first JavaFX application - Open-Source Jumble! Please see my blog at http://osum.sun.com/profiles/blogs/jumble-javafx-style!</description>
		<content:encoded><![CDATA[<p>Thanks Silveira for this awesome tutorial! It helped me a lot while developing my first JavaFX application &#8211; Open-Source Jumble! Please see my blog at <a href="http://osum.sun.com/profiles/blogs/jumble-javafx-style" rel="nofollow">http://osum.sun.com/profiles/blogs/jumble-javafx-style</a>!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silveira Neto &#187; Blog Archive &#187; JavaFX, Retrieving non XML/JSON data from clouds</title>
		<link>http://silveiraneto.net/2008/12/25/parsing-xml-sandwich-with-javafx/comment-page-1/#comment-3820</link>
		<dc:creator>Silveira Neto &#187; Blog Archive &#187; JavaFX, Retrieving non XML/JSON data from clouds</dc:creator>
		<pubDate>Sun, 31 May 2009 15:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=2018#comment-3820</guid>
		<description>[...] Usuually on JavaFX we grab data using HttpRequest from external resources on formats like JSON or XML. I showed how to get it on the post Reading Twitter with JavaFX and how to parse it using PullParser on the post Parsing a XML sandwich with JavaFX. [...]</description>
		<content:encoded><![CDATA[<p>[...] Usuually on JavaFX we grab data using HttpRequest from external resources on formats like JSON or XML. I showed how to get it on the post Reading Twitter with JavaFX and how to parse it using PullParser on the post Parsing a XML sandwich with JavaFX. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silveira Neto &#187; Blog Archive &#187; JavaFX, Acessando Recursos de Dentro do JAR</title>
		<link>http://silveiraneto.net/2008/12/25/parsing-xml-sandwich-with-javafx/comment-page-1/#comment-3676</link>
		<dc:creator>Silveira Neto &#187; Blog Archive &#187; JavaFX, Acessando Recursos de Dentro do JAR</dc:creator>
		<pubDate>Sat, 11 Apr 2009 15:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=2018#comment-3676</guid>
		<description>[...] recursos internos (de dentro do próprio arquivo jar) não é tão direto. Por exemplo, no artigo Parsing a XML Sandwich with JavaFX eu tive que colocar o arquvio XML dentro de um diretório temporário. Uma maneira mais elegante [...]</description>
		<content:encoded><![CDATA[<p>[...] recursos internos (de dentro do próprio arquivo jar) não é tão direto. Por exemplo, no artigo Parsing a XML Sandwich with JavaFX eu tive que colocar o arquvio XML dentro de um diretório temporário. Uma maneira mais elegante [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silveira Neto &#187; Blog Archive &#187; JavaFX, getting resource inside your JAR</title>
		<link>http://silveiraneto.net/2008/12/25/parsing-xml-sandwich-with-javafx/comment-page-1/#comment-3671</link>
		<dc:creator>Silveira Neto &#187; Blog Archive &#187; JavaFX, getting resource inside your JAR</dc:creator>
		<pubDate>Fri, 10 Apr 2009 19:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=2018#comment-3671</guid>
		<description>[...] loading a internal resource (inside your own jarfile) is not so direct. For example, in the article Parsing a XML Sandwich with JavaFX I had to place the XML file in a temp directory. A easy way would be: package handlexml; &#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] loading a internal resource (inside your own jarfile) is not so direct. For example, in the article Parsing a XML Sandwich with JavaFX I had to place the XML file in a temp directory. A easy way would be: package handlexml; &nbsp; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silveira Neto &#187; Blog Archive &#187; Reding Twitter with JavaFX</title>
		<link>http://silveiraneto.net/2008/12/25/parsing-xml-sandwich-with-javafx/comment-page-1/#comment-3344</link>
		<dc:creator>Silveira Neto &#187; Blog Archive &#187; Reding Twitter with JavaFX</dc:creator>
		<pubDate>Sun, 04 Jan 2009 22:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=2018#comment-3344</guid>
		<description>[...] my last post about JavaFX I showed how to parse XML documents (and make sandwiches) with JavaFX. Here we&#8217;ll use the [...]</description>
		<content:encoded><![CDATA[<p>[...] my last post about JavaFX I showed how to parse XML documents (and make sandwiches) with JavaFX. Here we&#8217;ll use the [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
