Does anyone know how to parse this kind of data in Ruby or REXML?
On Sep 28, 8:19 am, Andy <[email protected]> wrote: > Any ideas out there? > > On Sep 24, 9:14 am, Andy <[email protected]> wrote: > > > I've getting data like this: > > > <![CDATA[a:1:{i:0;s:6:"Sometext";}]]> > > > I know in PHP I can unserialize and decode, but I'm not sure the best > > way to do it in Rails. > > > I'm already parsing the XML using REXML so I'm hoping to continue to > > use that. > > > Thanks, > > Andy > > --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

