开发者

Xpath error related to "nbsp"

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

Xpath error related to "nbsp"

If it is not clear i c开发者_JAVA百科an even post my java code and html code


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜