i got text with the char for example(marked in red)
i try to parse the content that inside the xml
select cast(XMLMessage as XML).query('MSG/MESSAGE').value('.', 'nvarchar(MAX)') as Content from table1 where id=10
and i get the error
XML parsing: line 1, character 330, illegal xml character
how can i deal with speical chars like this?