Topic: Cannot Parse Gallery XML
Hi there. I've made a gallery using Photoshop CS4 and uploaded all contents of the output folder to my website. It works perfectly fine on my computer, but not on the web... it's giving me an error saying: Cannot Parse Gallery XML. When I open up the gallery.xml file, I get an error saying: error on line 25 at column 1: Extra content at the end of the document. However when I look into the code, there is no extra content or code anywhere.... I haven't changed anything since the upload either, so I can't figure out why it won't work.
Here's the code:
<?xml version="1.0" encoding="UTF-8"?>
<!-- OPTIONS SUPPORTED BY STANDARD SWF -->
<simpleviewergallery
title="A Sacks Photography"
textColor="FFFFFF"
frameColor="FFFFFF"
thumbPosition="LEFT"
galleryStyle="MODERN"
thumbColumns="3"
thumbRows="4"
showOpenButton="false"
showFullscreenButton="false"
frameWidth="20"
maxImageWidth="800"
maxImageHeight="800"
imagePath="images/"
thumbPath="thumbs/"
useFlickr="false"
flickrUserName=""
flickrTags=""
languageCode=""
languageList="">
<image imageURL="images/IMG_60.jpg" thumbURL="thumbs/IMG_60.jpg" linkURL="" linkTarget="" >
<caption></caption>
</image>
<image imageURL="images/IMG_35.jpg" thumbURL="thumbs/IMG_85.jpg" linkURL="" linkTarget="" >
<caption></caption>
</image>
<image imageURL="images/IMG_3.jpg" thumbURL="thumbs/IMG_3.jpg" linkURL="" linkTarget="" >
<caption></caption>
</image>
<image imageURL="images/IMG_3.jpg" thumbURL="thumbs/IMG_2.jpg" linkURL="" linkTarget="" >
<caption></caption>
</image>
<image imageURL="images/IMG_8.jpg" thumbURL="thumbs/IMG_58.jpg" linkURL="" linkTarget="" >
<caption></caption>
</image>
<image imageURL="images/IMG_37.jpg" thumbURL="thumbs/IMG_37.jpg" linkURL="" linkTarget="" >
<caption></caption>
</image>
<image imageURL="images/IMG_60.jpg" thumbURL="thumbs/IMG_62.jpg" linkURL="" linkTarget="" >
<caption></caption>
</image>
<image imageURL="images/IMG_6.jpg" thumbURL="thumbs/IMG_91.jpg" linkURL="" linkTarget="" >
<caption></caption>
</image>
<image imageURL="images/IMG_6.jpg" thumbURL="thumbs/IMG_3.jpg" linkURL="" linkTarget="" >
<caption></caption>
</image>
<image imageURL="images/sydn53.jpg" thumbURL="thumbs/sydney.jpg" linkURL="" linkTarget="" >
<caption></caption>
</image>
<image imageURL="images/syd.jpg" thumbURL="thumbs/sydney.jpg" linkURL="" linkTarget="" >
<caption></caption>
</image>
<image imageURL="s61.jpg" thumbURL="thumbs/sydney.jpg" linkURL="" linkTarget="" >
<caption></caption>
</image>
</simpleviewergallery>
For the record, I've modified the proper image file numbers, but just for this post... Any help you can give me would be much appreciated! Thanks so much.