• Solomon Rutzky (7/1/2013)


    1) XML datatype: This method requires doing 2 explicit REPLACE functions to translate less-than and ampersand characters into their XML-encoded values. The end result is an XML string that is exactly the string being requested with the only exceptions being the three escaped values: &, <, and >. However, after clicking on the XML value and getting to the "xml" tab, you can do a find-and-replace on these three and end up with the exact string being requested.

    To each their own 🙂

    SELECT CAST('&gt;>' AS XML) AS [Search and Replace?];

    PS I can appreciate the trouble you went to in creating your post so things would appear as you intended. I end up using the HTML hex codes on a regular basis to get the output I need, which I had to do for this post as well.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato