<?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 XML String using DOM</title>
	<atom:link href="http://www.albeesonline.com/blog/2007/10/09/parsing-xml-string-using-dom/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.albeesonline.com/blog/2007/10/09/parsing-xml-string-using-dom/</link>
	<description>Something about JEE and WebSphere. Java, JEE and WebSphere tips and tutorials</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:08:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Leo</title>
		<link>http://www.albeesonline.com/blog/2007/10/09/parsing-xml-string-using-dom/comment-page-1/#comment-85532</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Tue, 16 Aug 2011 01:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2007/10/09/parsing-xml-string-using-dom/#comment-85532</guid>
		<description>Thank you so much. A simple example is all I needed to get going. I think some guys just like to overcomplicate stuff. Makes them feel smarter I guess. Thanks a lot</description>
		<content:encoded><![CDATA[<p>Thank you so much. A simple example is all I needed to get going. I think some guys just like to overcomplicate stuff. Makes them feel smarter I guess. Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noryak</title>
		<link>http://www.albeesonline.com/blog/2007/10/09/parsing-xml-string-using-dom/comment-page-1/#comment-61612</link>
		<dc:creator>Noryak</dc:creator>
		<pubDate>Mon, 30 Nov 2009 07:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2007/10/09/parsing-xml-string-using-dom/#comment-61612</guid>
		<description>instead of &quot;org.xml.sax.Document&quot; try using &quot;org.w3c.dom.Document&quot;   ;-)</description>
		<content:encoded><![CDATA[<p>instead of &#8220;org.xml.sax.Document&#8221; try using &#8220;org.w3c.dom.Document&#8221;   <img src='http://www.albeesonline.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albin Joseph</title>
		<link>http://www.albeesonline.com/blog/2007/10/09/parsing-xml-string-using-dom/comment-page-1/#comment-55199</link>
		<dc:creator>Albin Joseph</dc:creator>
		<pubDate>Tue, 14 Jul 2009 11:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2007/10/09/parsing-xml-string-using-dom/#comment-55199</guid>
		<description>Create a class in the same way I have mentioned in this post and call that class from within your JSP, that would be the best way to parse XML from your JSP. If you are facing some problems in that, please let me know. I might be able to help you.</description>
		<content:encoded><![CDATA[<p>Create a class in the same way I have mentioned in this post and call that class from within your JSP, that would be the best way to parse XML from your JSP. If you are facing some problems in that, please let me know. I might be able to help you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin</title>
		<link>http://www.albeesonline.com/blog/2007/10/09/parsing-xml-string-using-dom/comment-page-1/#comment-54683</link>
		<dc:creator>Sachin</dc:creator>
		<pubDate>Wed, 08 Jul 2009 10:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2007/10/09/parsing-xml-string-using-dom/#comment-54683</guid>
		<description>Hi Sir,

Can you please send me the code which parses XML String in JSP.

examlpe :

data=&quot;
                     Sachin
                     101
          &quot;

This XML String comes from Servlet to JSP. In JSP &quot;data&quot; XML String must be parsed to display individual elements.

Thank You</description>
		<content:encoded><![CDATA[<p>Hi Sir,</p>
<p>Can you please send me the code which parses XML String in JSP.</p>
<p>examlpe :</p>
<p>data=&#8221;<br />
                     Sachin<br />
                     101<br />
          &#8221;</p>
<p>This XML String comes from Servlet to JSP. In JSP &#8220;data&#8221; XML String must be parsed to display individual elements.</p>
<p>Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sahra</title>
		<link>http://www.albeesonline.com/blog/2007/10/09/parsing-xml-string-using-dom/comment-page-1/#comment-50821</link>
		<dc:creator>Sahra</dc:creator>
		<pubDate>Mon, 08 Jun 2009 05:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2007/10/09/parsing-xml-string-using-dom/#comment-50821</guid>
		<description>Tnx</description>
		<content:encoded><![CDATA[<p>Tnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://www.albeesonline.com/blog/2007/10/09/parsing-xml-string-using-dom/comment-page-1/#comment-49288</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Fri, 22 May 2009 17:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2007/10/09/parsing-xml-string-using-dom/#comment-49288</guid>
		<description>Yes this code just plain doesn&#039;t work! no such object as Document!</description>
		<content:encoded><![CDATA[<p>Yes this code just plain doesn&#8217;t work! no such object as Document!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mary</title>
		<link>http://www.albeesonline.com/blog/2007/10/09/parsing-xml-string-using-dom/comment-page-1/#comment-8248</link>
		<dc:creator>Mary</dc:creator>
		<pubDate>Sat, 15 Nov 2008 22:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2007/10/09/parsing-xml-string-using-dom/#comment-8248</guid>
		<description>i&#039;m also having the same problem as above  :???:</description>
		<content:encoded><![CDATA[<p>i&#8217;m also having the same problem as above  <img src='http://www.albeesonline.com/blog/wp-includes/images/smilies/icon_confused.gif' alt=':???:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albin Joseph</title>
		<link>http://www.albeesonline.com/blog/2007/10/09/parsing-xml-string-using-dom/comment-page-1/#comment-7924</link>
		<dc:creator>Albin Joseph</dc:creator>
		<pubDate>Tue, 11 Nov 2008 08:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2007/10/09/parsing-xml-string-using-dom/#comment-7924</guid>
		<description>I haven&#039;t faced any problem in parsing the XML using the above method. I feel something might be wrong with your xml. Can you share the xml? so that I can have a look.

-Albin</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t faced any problem in parsing the XML using the above method. I feel something might be wrong with your xml. Can you share the xml? so that I can have a look.</p>
<p>-Albin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sherlack</title>
		<link>http://www.albeesonline.com/blog/2007/10/09/parsing-xml-string-using-dom/comment-page-1/#comment-7921</link>
		<dc:creator>Sherlack</dc:creator>
		<pubDate>Tue, 11 Nov 2008 05:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/2007/10/09/parsing-xml-string-using-dom/#comment-7921</guid>
		<description>Hi, i&#039;m receiving the following error &quot;Reference is not allowed in prolog&quot; on Document doc = db.parse(inStream); line.

Anyone have encounter this error before? i need help please</description>
		<content:encoded><![CDATA[<p>Hi, i&#8217;m receiving the following error &#8220;Reference is not allowed in prolog&#8221; on Document doc = db.parse(inStream); line.</p>
<p>Anyone have encounter this error before? i need help please</p>
]]></content:encoded>
	</item>
</channel>
</rss>

