<?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: SQLXML : How to Work With XML Elements (or Nodes) in SQL Server</title>
	<atom:link href="http://www.sqlmusings.com/2009/04/12/sqlxml-how-to-work-with-xml-elements-or-nodes-in-sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sqlmusings.com/2009/04/12/sqlxml-how-to-work-with-xml-elements-or-nodes-in-sql-server/</link>
	<description>ramblings, discoveries, tutorials on sql server and other database stuff</description>
	<lastBuildDate>Wed, 25 Jan 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Patrick</title>
		<link>http://www.sqlmusings.com/2009/04/12/sqlxml-how-to-work-with-xml-elements-or-nodes-in-sql-server/comment-page-1/#comment-5935</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Mon, 14 Nov 2011 22:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlmusings.com/?p=645#comment-5935</guid>
		<description>Thanks for this valueable site!
One more question: I need to add a xml-structure into an xml-structure, a kind of 

SET @authorsXML.modify(&#039;     
insert element Countries {&quot;...&quot;} 
as last into     (/Author/Address)[1] 

Best of course using a @variable for the &quot;&lt;tag1...&quot;-part...

Thanks for any help!!</description>
		<content:encoded><![CDATA[<p>Thanks for this valueable site!<br />
One more question: I need to add a xml-structure into an xml-structure, a kind of </p>
<p>SET @authorsXML.modify(&#8216;<br />
insert element Countries {&#8220;&#8230;&#8221;}<br />
as last into     (/Author/Address)[1] </p>
<p>Best of course using a @variable for the &#8220;&lt;tag1&#8230;&quot;-part&#8230;</p>
<p>Thanks for any help!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RAYFORD</title>
		<link>http://www.sqlmusings.com/2009/04/12/sqlxml-how-to-work-with-xml-elements-or-nodes-in-sql-server/comment-page-1/#comment-5906</link>
		<dc:creator>RAYFORD</dc:creator>
		<pubDate>Tue, 25 Oct 2011 20:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlmusings.com/?p=645#comment-5906</guid>
		<description>@hllf twitter API majorly broken on the IOS platform?</description>
		<content:encoded><![CDATA[<p>@hllf twitter API majorly broken on the IOS platform?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://www.sqlmusings.com/2009/04/12/sqlxml-how-to-work-with-xml-elements-or-nodes-in-sql-server/comment-page-1/#comment-5867</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Fri, 29 Jul 2011 04:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlmusings.com/?p=645#comment-5867</guid>
		<description>How about renaming the element because a lot of times with XML we might want to keep the element but wan&#039;t to close it. Here is an example:

Old element with the value
White

What we want to change it to 


Or we have to remove the element and add again ?</description>
		<content:encoded><![CDATA[<p>How about renaming the element because a lot of times with XML we might want to keep the element but wan&#8217;t to close it. Here is an example:</p>
<p>Old element with the value<br />
White</p>
<p>What we want to change it to </p>
<p>Or we have to remove the element and add again ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumar</title>
		<link>http://www.sqlmusings.com/2009/04/12/sqlxml-how-to-work-with-xml-elements-or-nodes-in-sql-server/comment-page-1/#comment-5711</link>
		<dc:creator>kumar</dc:creator>
		<pubDate>Fri, 19 Nov 2010 05:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlmusings.com/?p=645#comment-5711</guid>
		<description>please can any one tell me how to pass variables to the xml for add/update/delete operations. Thanks in advance.</description>
		<content:encoded><![CDATA[<p>please can any one tell me how to pass variables to the xml for add/update/delete operations. Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barney Burcu</title>
		<link>http://www.sqlmusings.com/2009/04/12/sqlxml-how-to-work-with-xml-elements-or-nodes-in-sql-server/comment-page-1/#comment-5662</link>
		<dc:creator>Barney Burcu</dc:creator>
		<pubDate>Fri, 22 Oct 2010 01:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlmusings.com/?p=645#comment-5662</guid>
		<description>An excellent post clear &amp; simple way to edit xml with T-Sql</description>
		<content:encoded><![CDATA[<p>An excellent post clear &amp; simple way to edit xml with T-Sql</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy Pitkin</title>
		<link>http://www.sqlmusings.com/2009/04/12/sqlxml-how-to-work-with-xml-elements-or-nodes-in-sql-server/comment-page-1/#comment-5656</link>
		<dc:creator>Randy Pitkin</dc:creator>
		<pubDate>Thu, 14 Oct 2010 22:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlmusings.com/?p=645#comment-5656</guid>
		<description>My New best friend</description>
		<content:encoded><![CDATA[<p>My New best friend</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SG</title>
		<link>http://www.sqlmusings.com/2009/04/12/sqlxml-how-to-work-with-xml-elements-or-nodes-in-sql-server/comment-page-1/#comment-5639</link>
		<dc:creator>SG</dc:creator>
		<pubDate>Thu, 30 Sep 2010 11:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlmusings.com/?p=645#comment-5639</guid>
		<description>Amazing job. One of the best sources to work with XML queries.</description>
		<content:encoded><![CDATA[<p>Amazing job. One of the best sources to work with XML queries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spoondog</title>
		<link>http://www.sqlmusings.com/2009/04/12/sqlxml-how-to-work-with-xml-elements-or-nodes-in-sql-server/comment-page-1/#comment-1593</link>
		<dc:creator>Spoondog</dc:creator>
		<pubDate>Mon, 10 Aug 2009 10:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlmusings.com/?p=645#comment-1593</guid>
		<description>A great post. I am very new using the XML datatype and is was very useful to have this succinct list of ways to affect the data.
I did notice that the results for &#039;To add an element in a specific position&#039; did not reflect what is expected. The results are missing the  entry.</description>
		<content:encoded><![CDATA[<p>A great post. I am very new using the XML datatype and is was very useful to have this succinct list of ways to affect the data.<br />
I did notice that the results for &#8216;To add an element in a specific position&#8217; did not reflect what is expected. The results are missing the  entry.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

