# URL in XML in slide show gallery

**URL:** https://forum.kirupa.com/t/url-in-xml-in-slide-show-gallery/243767
**Category:** Uncategorized
**Created:** [November 10, 2007, 4:36pm UTC](https://forum.kirupa.com/t/url-in-xml-in-slide-show-gallery/243767 "2007-11-10T16:36:12Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Laine](https://avatars.discourse-cdn.com/v4/letter/l/b19c9b/32.png) [@Laine](https://forum.kirupa.com/u/Laine)
#### Post date: [November 10, 2007, 4:36pm UTC](https://forum.kirupa.com/t/url-in-xml-in-slide-show-gallery/243767/1 "2007-11-10T16:36:12Z")

</div>

I built a slide show gallery for use on a website using the tutorial on Kirupa. Now I want to be able to click on the image in the gallery and have it go to a different page on the site, only I’m unsure how to do it in the XML document. The XML doc looks like this…

```auto
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<images>
    <pic>
        <image>http://www.mysite.com/flash_images/image1.jpg</image>
        <caption>Caption Here.</caption>
    </pic>
    <pic>
        <image>http://www.mysite.com/flash_images/image2.jpg</image>
        <caption>Caption Here.</caption>
    </pic>
</images>

```

Any help would be appreciated, thanks!  
Laine
