I was wondering if anyone could help me:
I am using cf 4.5 and have attempted to load
MSXML2.DomDocument.4.0. I keep getting error messages
the latest being:
Error trying to create object specified in the tag.
COM error 0x800401F3. Invalid class string
Here is my code:
<cfobject type="com"
action="create" class="MSXML.DomDocument.4.0"
name="objXML">
<cfset objXML.async = false>
<cfset objXML.load("BSteve3.xml")>
<cfobject type="com"
action="create" class="MSXML2.DomDocument.4.0"
name="objXSL">
<cfset objXSL.async = false>
<cfset objXSL.load("11.xsl")>
<cfset result=objXML.transformNode(objXSL)>
<cfoutput>#result#</cfoutput>
thank you much. Steve
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
-----------------------+
cf-xml mailing list
http://torchbox.com/xml/list.cfm