Author: Alexander Barkov
Email: [EMAIL PROTECTED]
Message:
Open parsehtml.c and change this in UdmParseHtml() function:
int inbody=0; -> int inbody=1;
then
if(!strcmp(s,"body")){/*5146*/
if((inbody=opening)){
->
if(!strcmp(s,"body")){/*5146*/
if(opening){
> On this page
> http://www.worldmag.com/world/issue/05-26-01/cover_1.asp
>
> indexer stops indexing about mid-way down the page. It seems to be triggering off
>the </body> tag. The actual content of this page comes AFTER the body section,
>but indexer is missing it. Is there a way to get indexer to index everything between
>the <html> tags?
Reply: <http://www.mnogosearch.org/board/message.php?id=2561>
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]