Hello,
I am posting XML Data from flash XML.sendAndLoad fruntion to a rails
controller …which works…in the mongrel log I see the data in the
parameters.
Parameters: {"<?xml version"=>"'1.0' encoding='UTF-8'?><product
product_name=
“FromFlash” quantity=“1” price=“2.16” original_price=“1”
peritem=“1.08”
prod_id=“1” />", “region”=>“interactive_gulf_shores”,
“action”=>"xml_add_cart
", “controller”=>“portal”}
I have searched high and low for the answer…how do I parse it out of
the params.?