I'm taking a stab at writing a form creator/handler via XML. I want to make
this really simple to use and setup so I don't want to use cffile to read
the file as some people might not have access to that or know how to use it
if they did.

I've found that I can do this:
<cfsavecontent variable="myXMLDoc">
        <cfinclude template="xml.xml">
</cfsavecontent>

And that will return the XML file as a string. But I need to get that into
an XML object. I've tried XMLParse but that returns an error. I've also
tried toString and a few other functions to no avail.

Does anyone have any input on this?

<!----------------//------
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--------------//--------->


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239665
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to