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.
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.