I want to show properties of the object. 

<cfobject name="xDoc" type="com" action="create" class="msxml.DOMDocument">
<cfset res=xDoc.Load("any xml file")
....
if an error succeed
....
<cfoutput>
        #xDoc.parseError.reason#
</cfoutput>

Why can't do that? 
What is the correct form?

thank in advance

gabriel bulfon


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to