What is the issue that you are running into? ============================================ Bryan F. Hogan Director of Internet Development Macromedia Certified ColdFusion MX Developer Digital Bay Media, Inc. 1-877-72DIGITAL ============================================
-----Original Message----- From: Matthew Friedman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 11:43 AM To: CF-Talk Subject: XML string question I am running CF 5 and I need to send some XML data to a partner as a http post. I am going to use the <cfhttp> tag but I am having an issue of creating the data to populate the <cfhttpparam> tag. I do not want to create a text file and read it in but creating the data I am getting an error. the data need to be in this example format but the (") are creating an issue if I try to create a varible. Is there any way that I can do this? Thanks XML data <?xml version='1.0' encoding='UTF-8'?> <org_users orgcode='123' sourceid='emagine'> <user userid='74_asp1_emagine' userole='author' userpin='gtf pass' firstname='matt demo' lastname='demo' email='j' division='' webname='m demo'/> <user userid='90_asp1_emagine' userole='reviewer' userpin='gtf pass' firstname='lisa' lastname='miles' email='[EMAIL PROTECTED]' division='' webname='l miles'/> <user userid='17_asp1_emagine' userole='reviewer' userpin='gtf pass' firstname='fred' lastname='miller' email='[EMAIL PROTECTED]' division='' webname='f miller'/> </org_users> Matthew Friedman ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

