im new to XML, and i need some help with syntax for individually aligning dynamically loaded pictures. i want to be able to set the x and y coordinates for each image, since some are horizontal, some vertical, and others just odd size. any help or feedback would be greatly appreciated. The code for the images looks like this:
<images>
<pic>
<image>folder/file.jpg</image>
<caption>descirption</caption>
</pic>
<images>
<pic>
<image>folder/file.jpg</image>
<caption>descirption</caption>
</pic>