well, COM, I have heard can be pretty heavy on the server.... I understand
what you are saying in principle, but in practice...? have you got an
example?

N

-----Original Message-----
From: jon hall [mailto:[EMAIL PROTECTED]]
Sent: 16 October 2002 15:11
To: CF-Talk
Subject: Re: soXML - Flawed


Loading and saving is something cffile does pretty well. XML is a
string, cfset does a pretty good job of changing it. Why do you need a
parser even?

FYI: MsXML can load and save files fine as well.
<cfscript>
objXMLDOM = CreateObject("COM", "msxml2.DOMDocument.4.0");
objXMLDOM.async = false;
objXMLDOM.load("c:\path\foo.xml");
writeOutput(objXMLDom.xml);
objXMLDOM.save("c:\path\bar.xml");
</cfscript>


-- 
 jon
 mailto:[EMAIL PROTECTED]

Wednesday, October 16, 2002, 5:36:57 AM, you wrote:
RRNR> then its useless..... looks like, as I said...its WDDX.



RRNR> -----Original Message-----
RRNR> From: Craig Dudley [mailto:[EMAIL PROTECTED]]
RRNR> Sent: 16 October 2002 10:34
RRNR> To: CF-Talk
RRNR> Subject: RE: soXML - Flawed


RRNR> It returns a CF structure, you won't find a parser that will edit a
packet I
RRNR> don't think, it's easy enough to recreate it anyway.

RRNR> -----Original Message-----
RRNR> From: Robertson-Ravo, Neil (REC)
RRNR> [mailto:[EMAIL PROTECTED]] 
RRNR> Sent: 16 October 2002 10:14
RRNR> To: CF-Talk
RRNR> Subject: RE: soXML - Flawed


RRNR> can it read in an XML file and copy an edited XML packet back out to
the
RRNR> file UNTOUCHED?

RRNR> This is my problem....even the cf_xmlparser seems only 1-way.

RRNR> N


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to