Rob, this is excellent. Could you send us an example of how to call it from
ColdFusion?

Thanks very much

Tom

-----------------+
tom dyson
t: +44 (0)1608 811870
m: +44 (0)7958 752657
http://torchbox.com

> Someone posted a while ago about the MSXML XSLT processor object failing in
> CF5. I've run into the same problem. Per someone's suggestion, I wrote a
> simple wrapper object as a Windows Scripting Component. I'm no WSC guru, so
> if someone sees something wrong, please share.... The WSC code is pasted in
> below.
> 
> This wrapper was just meant to work around the XSLT Processor problem. It
> just lets you apply a stylesheet to some content xml that you pass to it.
> The component populates an "errorMessage" property for you to check from
> within your CF code after various operations.
> 
> I don't like having to wrap functionality this way because it pushes the
> problem into the "configuration space". That makes a system more susceptible
> to failure and more difficult to manage. But, until Macromedia gets its sh*t
> together and fixes their COM facilities, this will have to do.
> 
> Rob


-----------------------+
cf-xml mailing list
list: [EMAIL PROTECTED]
admin: [EMAIL PROTECTED]
home: http://torchbox.com/xml

Reply via email to