XML parsing error...

2002-10-02 Thread John Beynon
i'm trying to read in an XML file to do some manipulation with it - Using CFFile it works fine: cffile action=read file=#request.pathtoXML#\#request.XMLfilename# variable=application.blogXML but if i want to avoid a CFFILE call I could use CFSAVECONTENT eg; cfsavecontent

RE: XML parsing error...

2002-10-02 Thread Rob Rohan
-Talk Subject: XML parsing error... i'm trying to read in an XML file to do some manipulation with it - Using CFFile it works fine: cffile action=read file=#request.pathtoXML#\#request.XMLfilename# variable=application.blogXML but if i want to avoid a CFFILE call I could use CFSAVECONTENT eg