Click to See Complete Forum and Search --> : Understanding XML - Quick Question


hebisr3
01-30-2004, 07:06 PM
ted: Sat Jan 31, 2004 12:51 am__ _Post subject: XML anyone?



Hi there I have a XML file that is such a battle can some look at this file and tell me if i can add links to these individual images that are defined below.........

see the xml below.....

My aim: when the user clicks on the image it will open an html file.
please let me know if this is possible....Thanks alot in advance.


<?xml version="1.0"?>
<!--
set transition number from 1 to 9
set transition number to 0 for random effect
-->
<RSS PAUSE="4000">
<IMAGE TRANSITION="2">IM000241.jpg</IMAGE>
<IMAGE TRANSITION="2">IM000282.jpg</IMAGE>
<IMAGE TRANSITION="2">toy.jpg</IMAGE>
<IMAGE TRANSITION="2">toy.jpg</IMAGE>
</RSS>

Khalid Ali
02-02-2004, 01:02 AM
how about adding another attribute in the image element such as

<IMAGE url="someurl.gif"TRANSITION="2">IM000241.jpg</IMAGE>

It seems that you are using RSS standards,they must have some way to add image url..read their docs