Hi , I would suggest JSON instead of XML. JSON is very light weighted compared to xml and will help in faster proceesing of data on the mobile apps.
Thanks, Dhaval On Mon, Nov 21, 2011 at 3:59 PM, Alec Taylor <[email protected]> wrote: > Good evening, > > I am strongly considering building my project using Rails. > > My project will provide a web-interface and a mobile app. > > I was thinking to build the mobile app from XML sheets, i.e.: > > <?xml version="1.0" encoding="UTF-8"?> > > <mobile version="3.1.3"> > <newstory>text here</newstory> > <newstory>text here</newstory> > <newstory>text here</newstory> > <newstory>text here</newstory> > <pinned><newstory>text here</newstory></pinned> > </mobile> > > Then I could easily parse the XML file using Qt and display it in a neat > way in the mobile app. > > I'm not sure if this is the best approach, so am open to recommendations. > > Thanks for all suggestions, > > Alec Taylor > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-talk/-/1Y6zeoRCpvgJ. > 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. > -- 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.

