XMLParse - Need to remove a Hex Character
Hello all,
I am running into a problem where I am parsing XML and running into an error:
An error occured while Parsing an XML document.An invalid XML character (Unicode: 0x17) was found in the element content of the document.
Therefore my approach is that I obviously have to remove some kind of odd character but I have no idea what it is. I would like to take the XML and perform something like the following:
<cfset XML = Replace(XML, "&","","All")>
Where "&" is the special character (0x17). Can anyone assist with what this character is or has had this problem? I wish I could post the XML but I cannot get at it because the page is breaking.
Any help would be greatly appreciated!!!!
Thanks
