Invalid XML Characters, SQL 2005

Associate
Joined
28 Nov 2004
Posts
1,237
Location
Birmingham
Hi guys,
I was wondering if you knew a way of removing/replacing invalid XML characters in t-sql. I'm using SQL Server 2005.
I'm constructing all my XML on the database side itself then placing it into a db table so I don't want to have to do any work on the code side of things really.
 
Back
Top Bottom