We just completed a ColdFusion 10 installation on Windows Server 2008 R2. After taking care of some configuration issues, we're now faced with a problem that we can't figure out. Searches on Google for the error returned almost nothing.
The error occurs when xmltransform is called in a CFC file. The error we get from CF is:
An error occured while Transforming an XML document
Failed to compile stylesheet. 1 error detected.
It's not very helpful. In the coldfusion-error.log file, we have this entry:
Error at xsl:output on line 2 column 193
XTSE1560: Conflicting values for output property method
Anyone have any ideas how to fix this? Is it something simple that we overlooked, or a fundamental difference in the way CF10 handles xmltransform?
Thanks,
Jamie Carter