Executing a FOR XML clause into SQL Server 2000, returns XML. However all the characters ">" and "<" are represented with codes like "<" and ">". If I then try to load this XML with Microsoft parser (xml.xmldocument.loadXML(), for instance), I will receive an error. IT seems the parser doesn´t know how to interpret those characters.
What can be done?
Thank you.
What can be done?
Thank you.