invalid character in XML
Hi,
I'm trying to parse this public comment feed, which had been working until recently -
http://www.ntia.doc.gov/broadbandgrants/btopcomments.xml
- when I started getting this error -
"An error occured while Parsing an XML document. An invalid XML character (Unicode: 0x14) was found in the element content of the document."
I'm trying to strip out the character using this replace command, but it doesn't seem to be working.
XMLText = rereplace(XMLText, chr(14),"","ALL");
Any ideas?
thanks!
