XML Parse sample seeded

I read on other topic that we can use http://lua-users.org/wiki/LuaXml to parse XML, but it lacks sample files/code
I just need to learn how to parse “simple” xml, then I’m quite sure I can go from there, any help?
By simple xml I mean, really simple:



Bla bla bla

file1.jpg


Bla bla bla

file2.jpg


Bla bla bla

file3.jpg

Thanks. [import]uid: 178 topic_id: 3630 reply_id: 303630[/import]

*needed [import]uid: 178 topic_id: 3630 reply_id: 11037[/import]

Graham Ranson has used this in his TileMap loader

http://snipplr.com/view/16658/pure-lua-xml-parser/
http://developer.anscamobile.com/forum/2010/11/12/introducing-lime-module-import-2d-tilemaps-your-game [import]uid: 6645 topic_id: 3630 reply_id: 11052[/import]