Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners
In directory sc8-pr-cvs1:/tmp/cvs-serv4635/src/org/htmlparser/scanners
Modified Files:
package.html
Log Message:
Gey keyword substitution working.
In the future, could developers ensure source files are initially check in with keyword substitution (-kkv) turned on.
Index: package.html
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/package.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** package.html 2 Jan 2004 16:24:54 -0000 1.20
--- package.html 2 Jan 2004 19:32:04 -0000 1.21
***************
*** 43,47 ****
returned by the lexer and creates a tag containing a single string that is the
script code.<br>
! You might need to create a scanner (that implements the {@link Scanner Scanner} interface) if
the text you are trying to parse doesn't look like HTML, as is the case for the
script scanner, or the normal processing of tags by nesting their structure is
--- 43,48 ----
returned by the lexer and creates a tag containing a single string that is the
script code.<br>
! You might need to create a scanner (that implements the
! {@link org.htmlparser.scanners.Scanner Scanner} interface) if
the text you are trying to parse doesn't look like HTML, as is the case for the
script scanner, or the normal processing of tags by nesting their structure is
|