well how are you displaying the images now?

you can load ALL images into one container.. and then just scroll that..

or make a thumbnail container 'template'... where each template holds 10 thumbnails..
you load your XML up..divide it into groups of 10 (and leftovers)..
and use that as your source to load into each thumbnail template..