Try changing the Attributes.ProgID from Microsoft.XMLDom in soxml tag to the following:
<cfparam name="Attributes.ProgId" default="MSXML2.DOMDocument.3.0"> Thanks - Tom Schreck 817-252-4900 [EMAIL PROTECTED] I have not failed. I've found 10,000 ways that won't work. - Thomas Edison -----Original Message----- From: Nelson Winters [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 11:50 AM To: [EMAIL PROTECTED] Subject: [cf-xml] CF5 and MSXML I'm trying to use the CF_SOXML tag with CF5, but am running into problems with this combination. I moved the code to a CF4.5 server and it works perfectly. Unfortunately, I need the code to be on the CF5 server. After looking in the forums at www.siteobjects.com and in the archives for this list (http://www.mail-archive.com/[email protected]/msg00033.html), I've discovered that I'm not the first to run into this problem (surprise, surprise). I'm using the tag to simply convert an XML packet and convert it into a CF structure (action="XML2CF" for those of you familiar with the tag). I was wondering if anyone has been able to resolve this issue or could recommend an alternative solution that would accomplish the same thing for me? I'm about to try CF_XMLParser from CFDev.com. Unfortunately, the structures that it builds is a little different than what CF_SOXML builds, which will mean that I'll have to modify my code somewhat. Nelson -----------------------+ cf-xml mailing list list: [EMAIL PROTECTED] admin: [EMAIL PROTECTED] home: http://torchbox.com/xml -----------------------+ cf-xml mailing list list: [EMAIL PROTECTED] admin: [EMAIL PROTECTED] home: http://torchbox.com/xml
