chedderslam
Programmer
I am getting this errror:
The content is not a valid XML:An invalid XML character (Unicode: 0x0) was found in the element content of the document.
I originally thought it was the &, so I used the escape character, but I am still getting this error. Can anyone tell me where the invalid character is? Here is the document:
<?xml version="1.0"?><errorlog> <error> <comments>Driver 1: License Status: FINANCIAL RESPONSIBILITY SUSPENSION CHECK VEHICLE REG, MAY SEIZE DL & TAG is unacceptable</comments> <system_message>Driver 1: License Status: FINANCIAL RESPONSIBILITY SUSPENSION CHECK VEHICLE REG, MAY SEIZE DL & TAG is unacceptable</system_message> </error></errorlog>
The content is not a valid XML:An invalid XML character (Unicode: 0x0) was found in the element content of the document.
I originally thought it was the &, so I used the escape character, but I am still getting this error. Can anyone tell me where the invalid character is? Here is the document:
<?xml version="1.0"?><errorlog> <error> <comments>Driver 1: License Status: FINANCIAL RESPONSIBILITY SUSPENSION CHECK VEHICLE REG, MAY SEIZE DL & TAG is unacceptable</comments> <system_message>Driver 1: License Status: FINANCIAL RESPONSIBILITY SUSPENSION CHECK VEHICLE REG, MAY SEIZE DL & TAG is unacceptable</system_message> </error></errorlog>