Got this error when parsing my html page using XPATH.. i am also using HTMLcleaner

If it is not clear i can even post my java code and html code
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The original input is HTML and you’re treating it as XML. XML has less predefined entities than HTML has. Either use an HTML parser, or declare the entity
in your XML parser, or textually replace with in the original input.