# Xml w/ dynamic text - not showing online

**URL:** https://forum.kirupa.com/t/xml-w-dynamic-text-not-showing-online/205710
**Category:** Uncategorized
**Created:** [November 1, 2006, 6:41am UTC](https://forum.kirupa.com/t/xml-w-dynamic-text-not-showing-online/205710 "2006-11-01T06:41:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hoaxerz](https://avatars.discourse-cdn.com/v4/letter/h/ccd318/32.png) [@hoaxerz](https://forum.kirupa.com/u/hoaxerz)
#### Post date: [November 1, 2006, 6:41am UTC](https://forum.kirupa.com/t/xml-w-dynamic-text-not-showing-online/205710/1 "2006-11-01T06:41:43Z")

</div>

I have a photogallery that uses xml to get photos and a text description. When I preview the file locally in Firefox, the description shows up, but when I view the page live, there’s no text. The text also shows up in IE (but who uses that anymore?). Here’s the page I’m refering to: [http://www.peregrineimaging.com/gallery/index.html](http://www.peregrineimaging.com/gallery/index.html).

Here’s the xml:

```auto

<photo>
    <imageName>pics/p1.jpg</imageName>
    <thumbName>pics/p1t.jpg</thumbName>
    <description><p align="center"><a href="http://www.istockphoto.com/file_closeup.php?id=2130029refnum=ccahill" target="_new">iStock #2130029</a></p></description>
</photo>

```

What would cause the text not to show online, when it does locally?
