actually I just tried the REReplace(#form.summary#,"<[^>]*>", "", "All")

but it is getting tripped up by the "<[^>]*"

-----Original Message-----
From: Brian P. Doyle [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 24, 2000 10:57 AM
To: [EMAIL PROTECTED]
Subject: RE: CFML vs. CFX


I'm using CF_TAGSTRIPPER
it'll strip all html tags except for the ones that I specify.
I'm looking for one that would be faster

-----Original Message-----
From: Justin MacCarthy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 24, 2000 10:19 AM
To: [EMAIL PROTECTED]
Subject: Re: CFML vs. CFX


What custom tag you using?  What are you trying to do..you can make HTML
save with HTMLCodeFormat() or remove all HTML with  REReplace(YourHtmlText,
"<[^>]*>", "", "All") pretty fast...

~JustinMacCarthy

Coming soon WWW.CFFAQ.ORG

----- Original Message -----
From: Brian P. Doyle <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 24, 2000 3:10 PM
Subject: CFML vs. CFX


> I just installed a custom tag to strip html out of my search results.  The
> problem is that it slows things down horribly. (I had to put it in the
> cfoutput of the query so that it stripped every record).  I'm curious if a
> CFX tag would work faster.  If anyone has any light to shed on this it
would
> be greatly appreciated.
>
>
> Brian Doyle
>
> --------------------------------------------------------------------------
----
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
>

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to