Parse Xml Failure and Special Char
Hi All,
I am using a Parse XML rule to parse an XML. In the xml if any of the value tag contains a Special char "&" , The Parse XML is failing with the below error. Is there a way to solve this?
Error : ** Failed to parse XML. Error: The entity name must immediately follow the '&' in the entity reference.
Also till now i encountered the error for "&" , Will any other Spl characters cause the same issue?