Show image by image from link

Show image by image from link

Hello
I'm pretty new in jquery and I hope you help me.
I have images on my server. With php read dir and  create xml file like this:
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <data>
  3.   <link>&lt;img src='slike/aaa/Capture.JPG' &gt;&lt;br /&gt;</link>
  4.   <link>&lt;img src='slike/aaa/IMG_20120806_190517.jpg' &gt;&lt;br /&gt;</link>
  5.   <stevec>2</stevec>
  6. </data>
I want that jquery get link by link and show image. When user click on button Next, show next image.
Is this possible?