*******************
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<images>
<pic>
<image>2.jpg</image>
<link> </pic>
</images>
*******************
I have this simple XML document with one image and a corresponding link and would like to be able to click the image and have the user directed to the url in the link.
If I use getURL(" it will obviously work, but I want to use a variable there instead of the actual URL so I can easily update it through the XML document. What's the syntax for this? Or am I missing something altogether?
Many thanks,
Manoj
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<images>
<pic>
<image>2.jpg</image>
<link> </pic>
</images>
*******************
I have this simple XML document with one image and a corresponding link and would like to be able to click the image and have the user directed to the url in the link.
If I use getURL(" it will obviously work, but I want to use a variable there instead of the actual URL so I can easily update it through the XML document. What's the syntax for this? Or am I missing something altogether?
Many thanks,
Manoj