I have a SQL Server table with an XML column like this:
create table tab ( Id int, Title nvarchar(200), XmlCol xml )
I need