Hi All,

Is this function suitable for real-time use? I have some XML documents that
are around 50K in size; the relevant XSL doc is about 7K.

I have code that does this:

cffile read xml
cffile read xsl
xmltransform
output the transform

This takes around 20 seconds, which is far too long for the web. Is it
supposed to take this long? What are best practices for this use?

Thanks!
Chris