<?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: XSL Transforming XML generated from SQL results using JSTL tags in JSP pages &#8211; putting JSTL to the test</title>
	<atom:link href="http://technology.amis.nl/2004/12/22/xsl-transforming-xml-generated-from-sql-results-using-jstl-tags-in-jsp-pages-putting-jstl-to-the-test/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2004/12/22/xsl-transforming-xml-generated-from-sql-results-using-jstl-tags-in-jsp-pages-putting-jstl-to-the-test/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=xsl-transforming-xml-generated-from-sql-results-using-jstl-tags-in-jsp-pages-putting-jstl-to-the-test</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Melle</title>
		<link>http://technology.amis.nl/2004/12/22/xsl-transforming-xml-generated-from-sql-results-using-jstl-tags-in-jsp-pages-putting-jstl-to-the-test/#comment-1301</link>
		<dc:creator>Melle</dc:creator>
		<pubDate>Thu, 01 Jun 2006 10:44:45 +0000</pubDate>
		<guid isPermaLink="false">/?p=307#comment-1301</guid>
		<description><![CDATA[Hi there,
great article - very detailed written and at the same time quite easy to understand.
Just one question that remains to me:
I am also getting this Exception &quot;javax.servlet.jsp.JspException: System property org.xml.sax.driver not specified&quot;, but i have not yet been able to resolve it. You are describing the neccessary steps for OC4J, but not for Tomcat - and this is what I am running. I&#039;ve added Xalan and Xerces JARs to the Tomcat libs, and have added all properties (&quot;-D...&quot;) I could find for using SAX/JAXP to the CATALINA_OPTS env variable.
So far no go. If I set org.xml.sax.driver to the Xerces SAXParser, I get a NullPointer Exception, if I omit it I get the famous &quot;javax.servlet.jsp.JspException: System property org.xml.sax.driver not specified&quot; error message.
Do you have any ideas what I am doing wrong?

Thanks + best whishes,
Melle]]></description>
		<content:encoded><![CDATA[<p>Hi there,<br />
great article &#8211; very detailed written and at the same time quite easy to understand.<br />
Just one question that remains to me:<br />
I am also getting this Exception &#8220;javax.servlet.jsp.JspException: System property org.xml.sax.driver not specified&#8221;, but i have not yet been able to resolve it. You are describing the neccessary steps for OC4J, but not for Tomcat &#8211; and this is what I am running. I&#8217;ve added Xalan and Xerces JARs to the Tomcat libs, and have added all properties (&#8220;-D&#8230;&#8221;) I could find for using SAX/JAXP to the CATALINA_OPTS env variable.<br />
So far no go. If I set org.xml.sax.driver to the Xerces SAXParser, I get a NullPointer Exception, if I omit it I get the famous &#8220;javax.servlet.jsp.JspException: System property org.xml.sax.driver not specified&#8221; error message.<br />
Do you have any ideas what I am doing wrong?</p>
<p>Thanks + best whishes,<br />
Melle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://technology.amis.nl/2004/12/22/xsl-transforming-xml-generated-from-sql-results-using-jstl-tags-in-jsp-pages-putting-jstl-to-the-test/#comment-1300</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Wed, 09 Mar 2005 09:04:55 +0000</pubDate>
		<guid isPermaLink="false">/?p=307#comment-1300</guid>
		<description><![CDATA[I have a large XML file which has many nodes and I need to extract a piece of information from nodes .The file is about 20k lines and each article is 176 lines.Each article is identified by a unique number and by giving the unique number the jsp page should redierect to another page displaying all the info in nodes and by clicking the nodes i should be able to extract information how can I do this?]]></description>
		<content:encoded><![CDATA[<p>I have a large XML file which has many nodes and I need to extract a piece of information from nodes .The file is about 20k lines and each article is 176 lines.Each article is identified by a unique number and by giving the unique number the jsp page should redierect to another page displaying all the info in nodes and by clicking the nodes i should be able to extract information how can I do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://technology.amis.nl/2004/12/22/xsl-transforming-xml-generated-from-sql-results-using-jstl-tags-in-jsp-pages-putting-jstl-to-the-test/#comment-1296</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Sat, 01 Jan 2005 17:39:16 +0000</pubDate>
		<guid isPermaLink="false">/?p=307#comment-1296</guid>
		<description><![CDATA[See this post &lt;a href=&quot;http://technology.amis.nl/blog/index.php?p=311&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt; Generating SVG Graphics in JSPs using JSTL &amp; XSL(T) - from MySQL to Bar Chart and Pie Chart&lt;/a&gt; for the follow up on this post. It discusses the generation of Graphs (Line Charts, Pie Charts, Bar Charts etc.) using XML, XSLT, JSP and JSTL and SVG (Scalable Vector Graphics)]]></description>
		<content:encoded><![CDATA[<p>See this post <a href="http://technology.amis.nl/blog/index.php?p=311" target="_blank" rel="nofollow"> Generating SVG Graphics in JSPs using JSTL &#038; XSL(T) &#8211; from MySQL to Bar Chart and Pie Chart</a> for the follow up on this post. It discusses the generation of Graphs (Line Charts, Pie Charts, Bar Charts etc.) using XML, XSLT, JSP and JSTL and SVG (Scalable Vector Graphics)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://technology.amis.nl/2004/12/22/xsl-transforming-xml-generated-from-sql-results-using-jstl-tags-in-jsp-pages-putting-jstl-to-the-test/#comment-1294</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Wed, 22 Dec 2004 10:26:10 +0000</pubDate>
		<guid isPermaLink="false">/?p=307#comment-1294</guid>
		<description><![CDATA[Thanks Leon, I have included your suggestion in the post.]]></description>
		<content:encoded><![CDATA[<p>Thanks Leon, I have included your suggestion in the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon van Tegelen</title>
		<link>http://technology.amis.nl/2004/12/22/xsl-transforming-xml-generated-from-sql-results-using-jstl-tags-in-jsp-pages-putting-jstl-to-the-test/#comment-1293</link>
		<dc:creator>Leon van Tegelen</dc:creator>
		<pubDate>Wed, 22 Dec 2004 09:57:21 +0000</pubDate>
		<guid isPermaLink="false">/?p=307#comment-1293</guid>
		<description><![CDATA[Fun stuff. I see a very cheap , general query tool coming up. Very poor mans ISQLplus

&quot;Note the somewhat lazy definition of the database connection (not a datasource configured at application server level but quick and dirty in the JSP itself; an administration nightmare waiting to happen).&quot; You could put the datasource in the web.xml as a context parameter. There you can put a reference to an URL or to JNDI Datasource
see &lt;a href=&quot;http://www.oracle.com/technology/products/jdev/tips/schalk/jstl_sql/jstl_sql.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt; here&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>Fun stuff. I see a very cheap , general query tool coming up. Very poor mans ISQLplus</p>
<p>&#8220;Note the somewhat lazy definition of the database connection (not a datasource configured at application server level but quick and dirty in the JSP itself; an administration nightmare waiting to happen).&#8221; You could put the datasource in the web.xml as a context parameter. There you can put a reference to an URL or to JNDI Datasource<br />
see <a href="http://www.oracle.com/technology/products/jdev/tips/schalk/jstl_sql/jstl_sql.html" target="_blank" rel="nofollow"> here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Generating SVG Graphics in JSPs using JSTL &#38; XSL(T) - from MySQL to Bar Chart and Pie Chart</title>
		<link>http://technology.amis.nl/2004/12/22/xsl-transforming-xml-generated-from-sql-results-using-jstl-tags-in-jsp-pages-putting-jstl-to-the-test/#comment-1295</link>
		<dc:creator>&#187; Generating SVG Graphics in JSPs using JSTL &#38; XSL(T) - from MySQL to Bar Chart and Pie Chart</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=307#comment-1295</guid>
		<description><![CDATA[[...] SL and rendered as SVG objects &#8211; Bar Chart and Pie Chart. It is a sequel to the post &lt;a href=&quot;http://technology.amis.nl/blog/index.php?p=307&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;XSL Transforming XML generated from SQL results using JSTL tags in JSP pages &#8211; p [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SL and rendered as SVG objects &#8211; Bar Chart and Pie Chart. It is a sequel to the post <a href="http://technology.amis.nl/blog/index.php?p=307" target="_blank" rel="nofollow">XSL Transforming XML generated from SQL results using JSTL tags in JSP pages &#8211; p [...]</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; AMIS Technology Weblog - Statistics, Graphics and Becoming an Author (&#8217;blogger&#8217;)</title>
		<link>http://technology.amis.nl/2004/12/22/xsl-transforming-xml-generated-from-sql-results-using-jstl-tags-in-jsp-pages-putting-jstl-to-the-test/#comment-1297</link>
		<dc:creator>&#187; AMIS Technology Weblog - Statistics, Graphics and Becoming an Author (&#8217;blogger&#8217;)</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=307#comment-1297</guid>
		<description><![CDATA[[...] VG Graphics in JSPs using JSTL &amp; XSL &#8211; from MySQL to Bar Chart and Pie Chart and &lt;a href=&quot;http://technology.amis.nl/blog/index.php?p=307&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;XSL Transforming XML generated from SQL results using JSTL tags in JSP pages &#8211; p [...]]]></description>
		<content:encoded><![CDATA[<p>[...] VG Graphics in JSPs using JSTL &#038; XSL &#8211; from MySQL to Bar Chart and Pie Chart and <a href="http://technology.amis.nl/blog/index.php?p=307" target="_blank" rel="nofollow">XSL Transforming XML generated from SQL results using JSTL tags in JSP pages &#8211; p [...]</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; SVG, XSLT and JSP/JSTL: Generating Digital Gauge or Speedometer Chart based on dynamic data</title>
		<link>http://technology.amis.nl/2004/12/22/xsl-transforming-xml-generated-from-sql-results-using-jstl-tags-in-jsp-pages-putting-jstl-to-the-test/#comment-1298</link>
		<dc:creator>&#187; SVG, XSLT and JSP/JSTL: Generating Digital Gauge or Speedometer Chart based on dynamic data</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=307#comment-1298</guid>
		<description><![CDATA[[...] VG Graphics in JSPs using JSTL &amp; XSL &#8211; from MySQL to Bar Chart and Pie Chart and &lt;a href=&quot;http://technology.amis.nl/blog/index.php?p=307&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;XSL Transforming XML generated from SQL results using JSTL tags in JSP pages &#8211; p [...]]]></description>
		<content:encoded><![CDATA[<p>[...] VG Graphics in JSPs using JSTL &#038; XSL &#8211; from MySQL to Bar Chart and Pie Chart and <a href="http://technology.amis.nl/blog/index.php?p=307" target="_blank" rel="nofollow">XSL Transforming XML generated from SQL results using JSTL tags in JSP pages &#8211; p [...]</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; SVG, XSLT and JSP/JSTL: Generating Digital Gauge or Speedometer Chart based on dynamic data</title>
		<link>http://technology.amis.nl/2004/12/22/xsl-transforming-xml-generated-from-sql-results-using-jstl-tags-in-jsp-pages-putting-jstl-to-the-test/#comment-1299</link>
		<dc:creator>&#187; SVG, XSLT and JSP/JSTL: Generating Digital Gauge or Speedometer Chart based on dynamic data</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=307#comment-1299</guid>
		<description><![CDATA[[...] VG Graphics in JSPs using JSTL &amp; XSL &#8211; from MySQL to Bar Chart and Pie Chart and &lt;a href=&quot;http://technology.amis.nl/blog/index.php?p=307&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;XSL Transforming XML generated from SQL results using JSTL tags in JSP pages &#8211; p [...]]]></description>
		<content:encoded><![CDATA[<p>[...] VG Graphics in JSPs using JSTL &#038; XSL &#8211; from MySQL to Bar Chart and Pie Chart and <a href="http://technology.amis.nl/blog/index.php?p=307" target="_blank" rel="nofollow">XSL Transforming XML generated from SQL results using JSTL tags in JSP pages &#8211; p [...]</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
