Oh I think I see, you aren't actually pointing CS at the XML file, you're reading in the XML (generated however you want to) and passing that XML into CS when you create the factory.
On 7/3/07, Brian Kotek <[EMAIL PROTECTED]> wrote:
Barney, I just see it doing this in the DefaultXMLBeanFactory: <cffile action="read" file="#arguments.importedFilename#" variable="fileContent" /> which reads in the XML file. I might be missing something, but where would making that a CFML template come into play, since it doesn't seem to be executed but rather just read in?
