According to Antun Karlovac: > It took me a bit of time to figure this one out. > > The noindex comments don't like encasing lots of HTML code, so I had to do: > > <a href="item.html"><!--noindex_start-->Item > description<!--noindex_end--></a>
This comes as a big surprise to me. The HTML parser shouldn't care what code occurs between the noindex_start string and the noindex_end string. It's supposed to search for the first occurrence of a noindex_end string after a noindex_start string is encountered, and remove everything in between, without attempting to parse it. Can you provide an example of HTML code which doesn't get stripped out when properly enclosed by <!--noindex_start--> and <!--noindex_end-->? -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/ Dept. Physiology, U. of Manitoba Winnipeg, MB R3E 3J7 (Canada) ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

