Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29429/src/org/htmlparser
Modified Files:
Tag: v1_41
Parser.java
Log Message:
Fix bug# 919738 Text has not been extracted correctly using StringBean
and (duplicate) bug #936392 ScriptTag visitor fails for comments with '
by handling single and multiline ecmascript comments in the Lexer class
when called with quotesmart true.
Index: Parser.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/Parser.java,v
retrieving revision 1.89
retrieving revision 1.89.2.1
diff -C2 -d -r1.89 -r1.89.2.1
*** Parser.java 14 Mar 2004 16:31:40 -0000 1.89
--- Parser.java 22 May 2004 20:10:31 -0000 1.89.2.1
***************
*** 74,78 ****
*/
public final static double
! VERSION_NUMBER = 1.4
;
--- 74,78 ----
*/
public final static double
! VERSION_NUMBER = 1.41
;
***************
*** 88,92 ****
*/
public final static String
! VERSION_DATE = "Mar 14, 2004"
;
--- 88,92 ----
*/
public final static String
! VERSION_DATE = "May 22, 2004"
;
|