Developing an app for parsing XML data in Corona

I’ve got the nice task to develop an app for the XML parsing with lua. Can someone help me ^ ^ I need a good (!) And working apps (!)

Parsing XML in corona isn’t hard at all, what are you doing with that data? Just displaying it for now?

There is a tutorial on using XML that was published a couple of years ago:

http://www.coronalabs.com/blog/2011/07/29/how-to-use-xml-files-in-corona/

I also wrote an RSS parser that’s in the community code that includes an XML parser and you can look at it to see how to use the XML parser (since RSS is just XML)

Parsing XML in corona isn’t hard at all, what are you doing with that data? Just displaying it for now?

There is a tutorial on using XML that was published a couple of years ago:

http://www.coronalabs.com/blog/2011/07/29/how-to-use-xml-files-in-corona/

I also wrote an RSS parser that’s in the community code that includes an XML parser and you can look at it to see how to use the XML parser (since RSS is just XML)