On 11/7/06, Josh Nathanson <[EMAIL PROTECTED]> wrote: > > Yes it's non scalable...but, since the data is not going into the database > as xml, just plain old form fields, I can't use CDATA on the way in anyway, > correct? I would have to run the same regex on each of the incoming form > fields that are text...so, this way is more scalable than that I guess.
Maybe I'm not clear about how you're using XML. Are you extracting data from your DB into an XML format or doing something else? I assumed you were formatted data from the DB into XML for the purpose of delivering it somewhere else. If that's the case, the CDATA - while it may or may not have solved this particular problem - is safer than what you're doing and scalable. Of course, I'm just beating a dead horse if you've already found something you're happy with. :-) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:259500 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

