According to Geoff Hutchison:
> Patrick wrote:
> > . can someone point out the directions for a good place to
> > start in adding support for this in the code, somehow?
>
> Sure. You'll need to modify the HTML.cc file. Find the section that
> deals with these now (it's closer to the top). Then you'll want to
> change it into a loop for the number of items in noindex_start.
>
> I'd probably use something like strtok() to break the config attribute
> into individual items.
Either that or put the attribute string into a StringList or
QuotedStringList object, and it'll be parsed out for you. You'd then
have to look for the first occurence of any of these start strings,
and then find the corresponding closing string. Good luck to you.
This is a good idea for an enhancement.
--
Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba Phone: (204)789-3766
Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.