BTW, I don't know why SourceForge trashed the formatting. I didn't enter the text all globbed together like that. But there doesn't seem to be a way to edit it.
Javascript in CDATA block causes EvaluatorException: illegally formed XML syntax
I'm running into what I believe is the same issue with an Oracle ADF site, using HtmlUnit 2.33. I was seeing the exception above, but it was actually masking the real problem, because I had the following in my code: webClient.getOptions().setThrowExceptionOnScriptError(false); When I removed that, I instead received: net.sourceforge.htmlunit.corejs.javascript.EvaluatorException: illegally formed XML syntax I've isolated it to the fact that there is a Javascript function call wrapped in a CDATA block....