<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: XPath and XQuery Functions in SQL Server vs. DB2</title>
	<atom:link href="http://nativexmldatabase.com/2010/01/18/xpath-and-xquery-functions-in-sql-server-vs-db2/feed/" rel="self" type="application/rss+xml" />
	<link>http://nativexmldatabase.com/2010/01/18/xpath-and-xquery-functions-in-sql-server-vs-db2/</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 00:46:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Matthias Nicola</title>
		<link>http://nativexmldatabase.com/2010/01/18/xpath-and-xquery-functions-in-sql-server-vs-db2/#comment-1294</link>
		<dc:creator><![CDATA[Matthias Nicola]]></dc:creator>
		<pubDate>Thu, 28 Apr 2011 16:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://nativexmldatabase.com/?p=648#comment-1294</guid>
		<description><![CDATA[Srini,
here is how to run CLR procedures in DB2:
&lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.apdv.routines.doc/doc/c0011383.html&quot; rel=&quot;nofollow&quot;&gt;http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.apdv.routines.doc/doc/c0011383.html&lt;/a&gt;
Hope this helps!

 Matthias]]></description>
		<content:encoded><![CDATA[<p>Srini,<br />
here is how to run CLR procedures in DB2:<br />
<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.apdv.routines.doc/doc/c0011383.html" rel="nofollow">http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.apdv.routines.doc/doc/c0011383.html</a><br />
Hope this helps!</p>
<p> Matthias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias Nicola</title>
		<link>http://nativexmldatabase.com/2010/01/18/xpath-and-xquery-functions-in-sql-server-vs-db2/#comment-1293</link>
		<dc:creator><![CDATA[Matthias Nicola]]></dc:creator>
		<pubDate>Thu, 28 Apr 2011 05:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://nativexmldatabase.com/?p=648#comment-1293</guid>
		<description><![CDATA[Hi Srini,

thanks for your question. I have to admit I&#039;m not the best .NET expert, and I believe your actual problem is not specific to XML but about using managed assemblies with DB2 in general. I would recommend that you post your question in the DB2 .NET forum at the following URL:
&lt;a href=&quot;http://www.ibm.com/developerworks/forums/forum.jspa?forumID=467&quot; rel=&quot;nofollow&quot;&gt;http://www.ibm.com/developerworks/forums/forum.jspa?forumID=467&lt;/a&gt;
That&#039;s were .NET specialists can help you, and they can help much better than I can. 
Try to provide as much detail as possible when you post your inquiry in the forum. 

Thanks,

Matthias]]></description>
		<content:encoded><![CDATA[<p>Hi Srini,</p>
<p>thanks for your question. I have to admit I&#8217;m not the best .NET expert, and I believe your actual problem is not specific to XML but about using managed assemblies with DB2 in general. I would recommend that you post your question in the DB2 .NET forum at the following URL:<br />
<a href="http://www.ibm.com/developerworks/forums/forum.jspa?forumID=467" rel="nofollow">http://www.ibm.com/developerworks/forums/forum.jspa?forumID=467</a><br />
That&#8217;s were .NET specialists can help you, and they can help much better than I can.<br />
Try to provide as much detail as possible when you post your inquiry in the forum. </p>
<p>Thanks,</p>
<p>Matthias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srini</title>
		<link>http://nativexmldatabase.com/2010/01/18/xpath-and-xquery-functions-in-sql-server-vs-db2/#comment-1292</link>
		<dc:creator><![CDATA[srini]]></dc:creator>
		<pubDate>Thu, 28 Apr 2011 04:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://nativexmldatabase.com/?p=648#comment-1292</guid>
		<description><![CDATA[Hi,

The information which iam try to manage is dynamically changing as am still in developing process. I think using xml as the data column for  this information would make it easy for me to expand the structure at any time during the process. I am using ASP.NET MVC3 and I have decided to use DB2 for xml data mangement instead of using MS sql server 2008, in the given situation, i can not have my manage objects loaded in server and executed.. as DB2 would not support CLR assembly to be loaded in it... am I right? 

Is there any alternate solution, which would allow me it use the managed assembly in the DB2 and execute the managed store procedures.

Please suggest me ASAP.

thank you,
reagars
srini]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The information which iam try to manage is dynamically changing as am still in developing process. I think using xml as the data column for  this information would make it easy for me to expand the structure at any time during the process. I am using ASP.NET MVC3 and I have decided to use DB2 for xml data mangement instead of using MS sql server 2008, in the given situation, i can not have my manage objects loaded in server and executed.. as DB2 would not support CLR assembly to be loaded in it&#8230; am I right? </p>
<p>Is there any alternate solution, which would allow me it use the managed assembly in the DB2 and execute the managed store procedures.</p>
<p>Please suggest me ASAP.</p>
<p>thank you,<br />
reagars<br />
srini</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias Nicola</title>
		<link>http://nativexmldatabase.com/2010/01/18/xpath-and-xquery-functions-in-sql-server-vs-db2/#comment-785</link>
		<dc:creator><![CDATA[Matthias Nicola]]></dc:creator>
		<pubDate>Tue, 06 Jul 2010 16:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://nativexmldatabase.com/?p=648#comment-785</guid>
		<description><![CDATA[Hi Jim,

for starters there is quite some free material on the web. As just one example, www.w3schools.com offers a variety of introductory tutorials on various XML topics:

http://www.w3schools.com/
http://www.w3schools.com/xml/xml_whatis.asp
http://www.w3schools.com/xpath/default.asp
http://www.w3schools.com/xquery/default.asp


And you&#039;ll also find many other online tutorials.

As for books, different people like different styles and types of books, so there isn&#039;t a single best recommendation. You may want to check out the following popular XML books:

&quot;XML in a Nutshell&quot;, 3rd Edition, by Elliotte Rusty Harold and Scott Means (O’Reilly,ISBN 0-596-00764-7)

&quot;Beginning XML&quot;, 4th Edition, by David Hunter et al. (Wrox, ISBN 0-470-11487-8)

&quot;Professional XML&quot;, by Bill Evjen et al. (Wrox, ISBN 0-471-77777-3)

There are also books specifically on XPath and XQuery, such as &quot;&lt;a href=&quot;http://www.amazon.com/XQuery-Experts-Guide-Query-Language/dp/0321180607&quot; rel=&quot;nofollow&quot;&gt;XQuery from the Experts: A Guide to the W3C XML Query Language&lt;/a&gt;&quot;, written by Don Chamberlin and others. 

The &lt;a href=&quot;http://www.tinyurl.com/pureXML&quot; rel=&quot;nofollow&quot;&gt;DB2 pureXML Cookbook&lt;/a&gt; also contains detailed coverage of XPath, XQuery, SQL/XML, and XQuery Updates, with hundreds of examples that range from very basic to intermediate and advanced statements.

Happy Reading!

Matthias]]></description>
		<content:encoded><![CDATA[<p>Hi Jim,</p>
<p>for starters there is quite some free material on the web. As just one example, <a href="http://www.w3schools.com" rel="nofollow">http://www.w3schools.com</a> offers a variety of introductory tutorials on various XML topics:</p>
<p><a href="http://www.w3schools.com/" rel="nofollow">http://www.w3schools.com/</a><br />
<a href="http://www.w3schools.com/xml/xml_whatis.asp" rel="nofollow">http://www.w3schools.com/xml/xml_whatis.asp</a><br />
<a href="http://www.w3schools.com/xpath/default.asp" rel="nofollow">http://www.w3schools.com/xpath/default.asp</a><br />
<a href="http://www.w3schools.com/xquery/default.asp" rel="nofollow">http://www.w3schools.com/xquery/default.asp</a></p>
<p>And you&#8217;ll also find many other online tutorials.</p>
<p>As for books, different people like different styles and types of books, so there isn&#8217;t a single best recommendation. You may want to check out the following popular XML books:</p>
<p>&#8220;XML in a Nutshell&#8221;, 3rd Edition, by Elliotte Rusty Harold and Scott Means (O’Reilly,ISBN 0-596-00764-7)</p>
<p>&#8220;Beginning XML&#8221;, 4th Edition, by David Hunter et al. (Wrox, ISBN 0-470-11487-8)</p>
<p>&#8220;Professional XML&#8221;, by Bill Evjen et al. (Wrox, ISBN 0-471-77777-3)</p>
<p>There are also books specifically on XPath and XQuery, such as &#8220;<a href="http://www.amazon.com/XQuery-Experts-Guide-Query-Language/dp/0321180607" rel="nofollow">XQuery from the Experts: A Guide to the W3C XML Query Language</a>&#8220;, written by Don Chamberlin and others. </p>
<p>The <a href="http://www.tinyurl.com/pureXML" rel="nofollow">DB2 pureXML Cookbook</a> also contains detailed coverage of XPath, XQuery, SQL/XML, and XQuery Updates, with hundreds of examples that range from very basic to intermediate and advanced statements.</p>
<p>Happy Reading!</p>
<p>Matthias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Smith</title>
		<link>http://nativexmldatabase.com/2010/01/18/xpath-and-xquery-functions-in-sql-server-vs-db2/#comment-778</link>
		<dc:creator><![CDATA[Jim Smith]]></dc:creator>
		<pubDate>Mon, 05 Jul 2010 04:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://nativexmldatabase.com/?p=648#comment-778</guid>
		<description><![CDATA[Hi. I am new to XML and would like to learn both XML and XQuery. Can you suggest books for self study purposes.

Regards,

Jim]]></description>
		<content:encoded><![CDATA[<p>Hi. I am new to XML and would like to learn both XML and XQuery. Can you suggest books for self study purposes.</p>
<p>Regards,</p>
<p>Jim</p>
]]></content:encoded>
	</item>
</channel>
</rss>

