OK, I found the answer. It is ugly but works when you strip out the XML tags. Here is what worked.
DECLARE @TO XML
DECLARE @String NVARCHAR(MAX)
SELECT @TO = REPLACE(REPLACE(CAST(MatchData AS NVARCHAR(MAX)),' xmlns:xsd="http://www.w3.org/2001/XMLSchema"...