search for: xmlrequest

Displaying 2 results from an estimated 2 matches for "xmlrequest".

Did you mean: dm_request
2008 Nov 14
0
no layout in xmlHttpRequest in Rails2.2
hi, Doest rails2.2 removed support for none layout render in xmlrequest? regards --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this gr...
2008 May 05
7
extract and assign xml values to variable
hi, how can we assign an xml element value to some variable in controller? e.g. if we have <order> <id>1</id> <name>abc</name> <location>xyz</location> </order> and if we want value of name i.e. ''abc'' to be assigned in a variable declared in a controller, say order_controller, like this- temp = "value of xml element