<?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: Simple XML Parsing using JAXB</title>
	<atom:link href="http://www.basilv.com/psd/blog/2008/simple-xml-parsing-using-jaxb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.basilv.com/psd/blog/2008/simple-xml-parsing-using-jaxb</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 03:57:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Basil Vandegriend</title>
		<link>http://www.basilv.com/psd/blog/2008/simple-xml-parsing-using-jaxb/comment-page-1#comment-140453</link>
		<dc:creator>Basil Vandegriend</dc:creator>
		<pubDate>Fri, 21 Oct 2011 13:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/?p=210#comment-140453</guid>
		<description>@Bibhaw, I believe you would have to read in and parse the entire file into a tree of Java objects using JAXB, then add the child object you want, and then write out the entire structure back to XML. So it is doable, but not necessarily the most efficient approach.</description>
		<content:encoded><![CDATA[<p>@Bibhaw, I believe you would have to read in and parse the entire file into a tree of Java objects using JAXB, then add the child object you want, and then write out the entire structure back to XML. So it is doable, but not necessarily the most efficient approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bibhaw</title>
		<link>http://www.basilv.com/psd/blog/2008/simple-xml-parsing-using-jaxb/comment-page-1#comment-140442</link>
		<dc:creator>Bibhaw</dc:creator>
		<pubDate>Fri, 21 Oct 2011 09:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/?p=210#comment-140442</guid>
		<description>is it possible to append a child node in any existing xml file using jaxb. This can be done using DOM but i am failed to do that. do you have any idea on this ??</description>
		<content:encoded><![CDATA[<p>is it possible to append a child node in any existing xml file using jaxb. This can be done using DOM but i am failed to do that. do you have any idea on this ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uwe A.</title>
		<link>http://www.basilv.com/psd/blog/2008/simple-xml-parsing-using-jaxb/comment-page-1#comment-124261</link>
		<dc:creator>Uwe A.</dc:creator>
		<pubDate>Tue, 01 Mar 2011 08:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/?p=210#comment-124261</guid>
		<description>Exremely good post! I&#039;m currently migrating command line options/arguments to XML. Loading job configuration as XML by reflection-aware JAXB eases this job and the sophisticated implementation of CollectingValidationEventHandler presented here even provides the opportunity to generate cmd-line error messages (regarding misformatted XML-input) in the twinkling of an eye! Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Exremely good post! I&#8217;m currently migrating command line options/arguments to XML. Loading job configuration as XML by reflection-aware JAXB eases this job and the sophisticated implementation of CollectingValidationEventHandler presented here even provides the opportunity to generate cmd-line error messages (regarding misformatted XML-input) in the twinkling of an eye! Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basil Vandegriend</title>
		<link>http://www.basilv.com/psd/blog/2008/simple-xml-parsing-using-jaxb/comment-page-1#comment-117433</link>
		<dc:creator>Basil Vandegriend</dc:creator>
		<pubDate>Tue, 21 Dec 2010 13:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/?p=210#comment-117433</guid>
		<description>@Hugo, thanks for pointing that out. I&#039;ve fixed it all so it should be good now (and you can also download the examples).</description>
		<content:encoded><![CDATA[<p>@Hugo, thanks for pointing that out. I&#8217;ve fixed it all so it should be good now (and you can also download the examples).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo Heden</title>
		<link>http://www.basilv.com/psd/blog/2008/simple-xml-parsing-using-jaxb/comment-page-1#comment-117421</link>
		<dc:creator>Hugo Heden</dc:creator>
		<pubDate>Tue, 21 Dec 2010 10:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/?p=210#comment-117421</guid>
		<description>Good post!

But the blog platform has removed some of the code -- everything that looks like html-tags -- both xml-stuff and java-generics stuff are gone. (Look at the test code for example, the parseXml() method looks weird)

I guess it&#039;s still possible to figure out what you meant though.

Thanks!</description>
		<content:encoded><![CDATA[<p>Good post!</p>
<p>But the blog platform has removed some of the code &#8212; everything that looks like html-tags &#8212; both xml-stuff and java-generics stuff are gone. (Look at the test code for example, the parseXml() method looks weird)</p>
<p>I guess it&#8217;s still possible to figure out what you meant though.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunil</title>
		<link>http://www.basilv.com/psd/blog/2008/simple-xml-parsing-using-jaxb/comment-page-1#comment-107162</link>
		<dc:creator>Sunil</dc:creator>
		<pubDate>Fri, 30 Apr 2010 13:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/?p=210#comment-107162</guid>
		<description>Hi,
The reverse is also possible using JAXB, ie, you can generate JAXB Java classes from XML using an opensource tool called trang and JAXB, I have written a blog on this: http://techmindviews.blogspot.com/2010/04/xml-xsd-java-jaxb-xjc.html
Cheers,
Sunil.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
The reverse is also possible using JAXB, ie, you can generate JAXB Java classes from XML using an opensource tool called trang and JAXB, I have written a blog on this: <a href="http://techmindviews.blogspot.com/2010/04/xml-xsd-java-jaxb-xjc.html" rel="nofollow">http://techmindviews.blogspot.com/2010/04/xml-xsd-java-jaxb-xjc.html</a><br />
Cheers,<br />
Sunil.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cryptocore</title>
		<link>http://www.basilv.com/psd/blog/2008/simple-xml-parsing-using-jaxb/comment-page-1#comment-82393</link>
		<dc:creator>cryptocore</dc:creator>
		<pubDate>Sun, 22 Feb 2009 15:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/?p=210#comment-82393</guid>
		<description>Thank you for this post. It really simplified my work &amp; code after 2 days of trying to get jaxb to work and tons of useless java and xsd</description>
		<content:encoded><![CDATA[<p>Thank you for this post. It really simplified my work &amp; code after 2 days of trying to get jaxb to work and tons of useless java and xsd</p>
]]></content:encoded>
	</item>
</channel>
</rss>

