cf 6.1 xml datatype?

2005-09-30 Thread Ryan Guill
Hey guys, I have noticed in my dreamweaver 8 that you can specify a function returntype of xml like: cffunction ... returntype=xml... I know this works on cf 7 and 7.0.1, but I am wondering if this works on cf 6.1? I am working on COAL and dont have a 6.1 machine I can test on currently. Was

Re: cf 6.1 xml datatype?

2005-09-30 Thread Dave Carabetta
On 9/30/05, Ryan Guill [EMAIL PROTECTED] wrote: Hey guys, I have noticed in my dreamweaver 8 that you can specify a function returntype of xml like: cffunction ... returntype=xml... I know this works on cf 7 and 7.0.1, but I am wondering if this works on cf 6.1? I am working on COAL and

Re: cf 6.1 xml datatype?

2005-09-30 Thread Ryan Guill
So will it give an error or what exactly, do you know? I am assuming it will try to validate it as a component type of xml and will bomb then. On 9/30/05, Dave Carabetta [EMAIL PROTECTED] wrote: On 9/30/05, Ryan Guill [EMAIL PROTECTED] wrote: Hey guys, I have noticed in my dreamweaver 8

Re: cf 6.1 xml datatype?

2005-09-30 Thread Dave Carabetta
On 9/30/05, Ryan Guill [EMAIL PROTECTED] wrote: So will it give an error or what exactly, do you know? I am assuming it will try to validate it as a component type of xml and will bomb then. I just ran a test for you and this is what is says (it does throw an error): The value returned from

Re: cf 6.1 xml datatype?

2005-09-30 Thread Ryan Guill
Yep, exactly what I needed and expected. Many thanks, On 9/30/05, Dave Carabetta [EMAIL PROTECTED] wrote: On 9/30/05, Ryan Guill [EMAIL PROTECTED] wrote: So will it give an error or what exactly, do you know? I am assuming it will try to validate it as a component type of xml and will bomb