I have this bit of xml form the simple viewer xml gallery, I want to automate the block strings so I dont have to sit and copy paste edit every single line… Please help.
<IMAGE>
<NAME>image1.jpg</NAME>
<CAPTION>Image 1</CAPTION>
</IMAGE>
I want to swap out the image1.jpg and Image 1 to ++ increasing strings of image2.jpg Image 2 like
<IMAGE>
<NAME>image1.jpg</NAME>
<CAPTION>Image 1</CAPTION>
</IMAGE>
<IMAGE>
<NAME>image2.jpg</NAME>
<CAPTION>Image 2</CAPTION>
</IMAGE>
I have a LONG list I need to make and just wonder if there is a tool that can do this.
please and thankyou