According to Reshmi Pujari: > I know htdig can index html,text files and pdfs but can it search in > asp pages? If so how does it > skip the asp scriplets and search only in the html to be generated by the > asp page?
By default, htdig fetches files from the HTTP server, so all it ever sees is the HTML generated by the ASP page. Same thing for SSI, CGI, CFM, PHP and whatever other server-parsed dynamic content. htdig never sees the scriptlets themselves. This is different than client-parsed content like JavaScript, which htdig receives when it fetches a file, but cannot parse, so it must skip over it. -- 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:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ 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

