Re: [Htmlparser-user] Ignore - tag inside script
Brought to you by:
derrickoswald
From: Derrick O. <Der...@Ro...> - 2006-04-21 01:17:54
|
It looks like a double/single quote nesting problem. The quoting is correct from what I can see, but the lexer is probably getting confused trying to nest the single quotes inside the doublequotes.... it's only a stupid program. Qingyi Gu wrote: > Hi, > > Sorry, please ignore my last email. I double check line by line. The > problem is on the line after these two. The following is the line > which breaks the parser. > > ss = "onclick='SetValue(" + aVal + ")'" + "id='List_" + index + "' > theNumber='"+ aVal +"'>"; > > I double check it for couple of times. If I remove this line, I got > what I want. I don't what's wrong in this line. > > Thanks, > J > > > |