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.

Reply via email to