RE: [cf-xml] Why won't this work on 4.0???

2001-07-16 Thread Zac Belado
> Any idea why the following code works on CF4.5pro but not 4.01pro I believe there was a bug in the CFObject code in CF 4 and it was fixed in CF4.5 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionaut

Why won't this work on 4.0???

2001-07-16 Thread Joshua Miller
Any idea why the following code works on CF4.5pro but not 4.01pro // Parse XML objSource.async = "false"; sourceReturn = objSource.load("#request.sourceDoc#"); // Parse XSL objStyle.async = "false"; styleReturn = objStyle.load("#request.