>>> I just realized that either sql JDBC driver or CF automatically  
>>> translates
>>> symbols like < into HTML code of &lt; prior to saving the data  
>>> into a
>>> database table.
>>
>> I've never seen CF or JDBC do this.  If your HTML is being  
>> escaped, I would
>> look for a stray htmleditformat function.  Dump out the data  
>> immediately
>> prior to inserting it into the database and see what it looks like  
>> then.
>> Also, how are you looking at the data to confirm how it was  
>> saved?  Tags
>> like cfdump escape any html in the data for display purposes.
>>
>> ~Brad
>
> Brad, good thought, thank you.  Probably the iframe is the culprit  
> (the above example wasn't accurate), then, I'm wondering if there's  
> some regExp to convert all HTML code back to its orginial form.
>
> Don
>
There is XMLUnformat it will probably do most of it:  http:// 
cflib.org/index.cfm?event=page.udfbyid&udfid=800

Paul

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319065
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to