Hi,
I am using htdig to search html files that have a same format. The
beginning of all files is is a table that i want to display to the
users when a match to the keywords is found. In other words, i
want to replace the current output format of htserch to include
the above tables.
1) Does anyone have a patch for this.
2) What do have to do to make these changes? (I started to look at the
code and it seems that i need to change the HTML.cc)
Example: for an html file
<HTML><TITLE>Some Test</TITLE></HTML>
<BODY>
<!--IMPORTANT_DESCRIPTION-->
<TABLE>
<TR><TD>
only information in this table should be output to users when
a match is found.
</TR></TD>
</TABLE>
<!--/IMPORTANT_DESCRIPTION-->
all words here should be indexed but not output the users
</BODY></HTML>
if some one search for the word "indexed" above, i want to display:
<TABLE>
table goes here
</TABLE>
Mike
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
----------------------------------------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the body of the message.