# XML-gallery with categories

**URL:** https://forum.kirupa.com/t/xml-gallery-with-categories/256824
**Category:** Uncategorized
**Created:** [April 7, 2008, 6:28pm UTC](https://forum.kirupa.com/t/xml-gallery-with-categories/256824 "2008-04-07T18:28:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Johnsson](https://avatars.discourse-cdn.com/v4/letter/j/74df32/32.png) [@Johnsson](https://forum.kirupa.com/u/Johnsson)
#### Post date: [April 7, 2008, 6:28pm UTC](https://forum.kirupa.com/t/xml-gallery-with-categories/256824/1 "2008-04-07T18:28:00Z")

</div>

Hello!

I’m trying to create an xml/flash video gallery…

this is what my XML-code looks like:

```auto

[SIZE=2]<?xml version="1.0" encoding="UTF-8"?>
<images>
<category name="Humor">
<pic>
<title>HAHA</title>
<desc>Fun...</desc>
<URL></URL>
<thumb>thumbs\004.jpg</thumb>
</pic>
<pic>
<title>HIHIHOHO</title>
<desc>lalala...</desc>
<URL></URL>
<thumb>thumbs\003.jpg</thumb>
</pic>
</category>
 
<category name="Music videos">
<pic>
<title>Jack Johnson</title>
<desc>Times like theese</desc>
<URL></URL>
<thumb>thumbs\002.jpg</thumb>
</pic>
<pic>
<title>Jack Johnson</title>
<desc>Times like that other time...</desc>
<URL></URL>
<thumb>thumbs\001.jpg</thumb>
</pic>
</category>
</images>
[/SIZE]

```

Now, here’s my question…How do I trace the different values, such as category, title and so on…

Thanks:D
