I can't seem to figure this one out.. Is is nessessary to create the xml packet and pass it to the cfc or can it be created in the cfc but passed arguments?
-Mike Whitespace required before attributes. The error occurred in D:\CFusionMX\wwwroot\modules\Synxis.cfc: line 24 Called from D:\CFusionMX\wwwroot\test\create_HotelAvailXML.cfm: line 61 Called from D:\CFusionMX\wwwroot\test\index.cfm: line 11 22 : <cfloop list="#arguments.HotelCode#" index="i"> 23 : <HotelReference ChainCode="#arguments.ChainCode#" HotelCode="#i#"/> 24 : </cfloop> 25 : </HotelReferences> 26 : <StayDateRange ArrivalDate="#dateformat(arguments.ArrivalDate,'yyyy-mm-dd')#T00:00:00" DepartureDate="#dateformat(arguments.DepartureDate,'yyyy-mm-dd')#T00:00:00"/ > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 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

