I use a custom contexthighlightbegin/end value. I use something like ___000___ for my markers. I strip out the html, then replace my markers with <b> or somesuch.
On 10/17/06, Les Irvin <[EMAIL PROTECTED]> wrote: > Coming late to the table, but finally upgrading to CF MX7. I like the new > features of Verity, especially ContextHighlight, and have a question > regarding that. > > The collection in question indexes a bunch of html pages. In the resulting > context summary I'd prefer, of course, that no html code be included. > > I framed the output with this tag to strip the html... > > HTMLEditFormat(REReplaceNoCase(context,"<[^>]*>","","ALL")) > > .... but that also strips the ContextHighlight. > > Any ideas on a better approach to this? > > Thanks in advance, > Les > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257064 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

