<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Comments - SQLServer - Kennydust</title>
        <description>Thoughts from a C# Developer</description>
        <link>/site.aspx/Tags/SQLServer/RSS</link>
        <language>en</language>
        <image>
            <url>http://www.kennydust.com/Content/icons/flame.png</url>
            <title>Kennydust</title>
            <link>/site.aspx/Tags/SQLServer/RSS</link>
            <width>64</width>
            <height>64</height>
        </image>
        <item>
            <dc:creator>kenny</dc:creator>
            <title>RE: Dancing around with XQuery and SQL Server - Part 1</title>
            <description>
more references.. to grab specific values based on an attribute and an inner xml node

&lt;properties&gt;&lt;item key=&quot;IsFeatured&quot;&gt;&lt;value&gt;1&lt;/value&gt;&lt;/item&gt;&lt;/properties&gt;

where XmlProperties.value('(/properties/item[@key = &quot;IsFeatured&quot;]/value)[1]', 'int' ) = 1</description>
            <link>http://www.kennydust.com/site.aspx/Blog/Dancing-around-with-XQuery-and-SQL-Server-Part-1#c-201011101124202</link>
            <guid isPermaLink="true">http://www.kennydust.com/site.aspx/Blog/Dancing-around-with-XQuery-and-SQL-Server-Part-1#c-201011101124202</guid>
            <pubDate>Wed, 10 Nov 2010 23:24:20 GMT</pubDate>
        </item>
        <item>
            <dc:creator>kenny</dc:creator>
            <title>RE: Dancing around with XQuery and SQL Server - Part 1</title>
            <description>for reference.

select *
from User
WHERE [properties].exist('/properties/property[@key = &quot;Session&quot;]') = 'xxxxxx';</description>
            <link>http://www.kennydust.com/site.aspx/Blog/Dancing-around-with-XQuery-and-SQL-Server-Part-1#c-201011100613317</link>
            <guid isPermaLink="true">http://www.kennydust.com/site.aspx/Blog/Dancing-around-with-XQuery-and-SQL-Server-Part-1#c-201011100613317</guid>
            <pubDate>Wed, 10 Nov 2010 06:13:31 GMT</pubDate>
        </item>
    </channel>
</rss>
