Re: UDF inspection, please!

2006-11-29 Thread Rick Root
oh, I converted this to a CF5 compatible UDF for those poor souls still stuck maintaining CF5 code out there. =) I just submitted it to cflib that way. Hopefully I did it right, Ray's got a lot of rules :) Rick ~| Introducing

Re: UDF inspection, please!

2006-11-29 Thread Rick Root
Ben Nadel wrote: > > So, are you saying that the attribute value IS going to be an issue, or > it is not? Sorry, I was just a bit confused if you needed any more > ideas? If your goal is ONLY to prevent unwanted HTML, then it's not an issue - neither is the comment thing, for that matter. If yo

RE: UDF inspection, please!

2006-11-28 Thread Ben Nadel
ified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 5:32 PM To: CF-Talk Subject: Re: UDF inspection, please! Ben Nadel wrote: > Sorry

Re: UDF inspection, please!

2006-11-28 Thread Rick Root
Ben Nadel wrote: > Sorry for the wild goose chase regarding the ".". I think I never > learned it thoroughly. Its good to know. Good testing sometimes involves wild goose chases :) > Yeah, regular expressions are awesome... Except sometimes when you have > to them to NOT do something, EXCEPT IF.

RE: UDF inspection, please!

2006-11-28 Thread Ben Nadel
8, 2006 5:19 PM To: CF-Talk Subject: Re: UDF inspection, please! Ben Nadel wrote: > > Looks good. Nice idea for a UDF by the way. The only concern I have is > the .* for selecting the "rest" of a tag. I don't know off hand, but I > think that by default "."

Re: UDF inspection, please!

2006-11-28 Thread Rick Root
Ben Nadel wrote: > > Looks good. Nice idea for a UDF by the way. The only concern I have is > the .* for selecting the "rest" of a tag. I don't know off hand, but I > think that by default "." does NOT match on line breaks (I could be way > off here though). This will not allow for tags that wrap

RE: UDF inspection, please!

2006-11-28 Thread Ben Nadel
Rick, Looks good. Nice idea for a UDF by the way. The only concern I have is the .* for selecting the "rest" of a tag. I don't know off hand, but I think that by default "." does NOT match on line breaks (I could be way off here though). This will not allow for tags that wrap lines. You might want