David Adams wrote:
> 
> >
> > On Thu, 16 Dec 1999, Simon Blake wrote:
> >
> > > <select name=url> and </select>.  Is this a straightforward way to achieve
> > > this?  Looking at the factor system, it struck me that a neat way to do
> >
> > This is a reasonable way to do this. Try the noindex_start attribute. See
> > http://www.htdig.org/attrs.html#noindex_start
> >
> > > this would be with a custom factor - you define the start and end tags,
> > > maybe with a regexp, and everything in between gets the relevant weight.
> >
> > Right now custom factors aren't supported, but we're looking at how to do
> > this sort of thing in the 3.2 code.
> >
> > -Geoff Hutchison
> > Williams Students Online
> > http://wso.williams.edu/
> >
> 
> Is it possible to have more than one pair of noindex_start and noindex_end?
> 
> If so, what is the syntax?

document      ::= document_part { document_part } .

document_part ::= document_content [ noindex_start
                  [ document_content ] noindex_end ] .

noindex_start ::= "<!--htdig_noindex-->" .

noindex_end   ::= "<!--/htdig_noindex-->" .


hth,
  Torsten

-- 
InWise - Wirtschaftlich-Wissenschaftlicher Internet Service GmbH
Waldhofstra�e 14                            Tel: +49-4101-403605
D-25474 Ellerbek                            Fax: +49-4101-403606
E-Mail: [EMAIL PROTECTED]            Internet: http://www.inwise.de

------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.

Reply via email to