> > Is it possible to wrap htsearch??? Ie
> Sure. See some examples in <http://www.htdig.org/files/contrib/wrappers/>
> as well as <http://www.devshed.com/Server_Side/PHP/Search_This>

Has anybody thought about wrapping htsearch-results to XML?
Here ist an example of my "long" template:

<hit anchor="$(ANCHOR)" last_mod="$(MODIFIED)" position="$(CURRENT)">
        <url>$(URL)</url>
        <title>$(TITLE)</title>
        <score>$(SCORE)</score>
        <match_percent>$(PERCENT)</match_percent>
        <hops>$(HOPCOUNT)</hops>
</hit>

The Problem with XML and these results is, that all occurences of & have to be 
transformed to &amp; and there must not exist any <> in the results.
This is the reason, why I left out the DESCRIPTION-field.

Has anyone experiences with that?

Regards
Joachim Seibert

------------------------
Homepage-Design Seibert GmbH
[EMAIL PROTECTED]

_______________________________________________
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

Reply via email to