Forum Discussion

Doug_Marquardt's avatar
Doug_Marquardt
Copper Contributor
Jul 30, 2022
Solved

XML Conversion For Node Text Containing &#38

When I cast a string (which is xml) to the xml data type and the node comments contain &#38 it gets converted to &amp. For example: Declare @xml xml = ' <SHOP_INSTRUCTIONS> Remove &#38; return to s...
  • olafhelper's avatar
    olafhelper
    Aug 02, 2022
    See the Wikipedia link I posted, one way is &#38;

Resources