A semi-colon charater was expected

I'm using Jtidy r7 and while parsing HTML it gives me the following error

A semi colon character was expected:
iframe src="/html.ng/domain=orbi&channel=hotel&Section=results

and i'm using the following configuration.
tidy.setNumEntities(true);
tidy.setIndentContent(true);
	  tidy.setTidyMark(false);
	  tidy.setXmlPi(true);
	  tidy.setUpperCaseTags(true);
	  tidy.setLiteralAttribs(false);
	  tidy.setDropFontTags(true);
	  tidy.setDropEmptyParas(true);
	  tidy.setRawOut(true);
	  tidy.setQuoteNbsp(false);
	  tidy.setQuoteAmpersand(false);
	  tidy.setWrapScriptlets(true);
	  tidy.setWord2000(true);

2) Also is there any option to drop off Javascript, i have gone thro all the mail archives and nothing turned up.

Thanks in advance.








____________________________________________________________
Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005

Received on Friday, 13 June 2003 05:22:05 UTC