Sorry I was busy with a new report so my response was not very helpful :(

Like Issac said though  just use cffile and parse the contents. In MX
6 XMLparse only parsed a string (which it assumed was a well formed
XML document, if it wasn't it would spot an error back at you).  In MX
7 they added the ability for you to pass a string which contained the
path to a file which was a well formed XML document.

Testing envirmonments should not be so drastically different. Your
staging and production environments should be as identical as
possible. MX 6 and MX 7 are enough different that you should not be
testing on one and deploying on the other...this is a great example of
why this is true...load testing as well...things that run well on MX 7
may not necasserily run as nicely in MX 6.

Adam H 

On 6/6/05, S. Isaac Dealey <[EMAIL PROTECTED]> wrote:
> Read the file with <cffile> then pass the variable returned to
> XMLParse.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:208699
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to