href link in XML sheet?

admin

Administrator
Staff member
Hi i have a very simple xml sheet. each childnode are as follows:

<banner jpegURL="banner1.jpg">caption info goes here</banner>

All of these "banner" childnodes are within the root node.
All i want to do is add an href link so that the image above - when clicked on in the webpage that pulls this data - the user is taken to that particular href location.

eg.<a href = <!-- m --><a class="postlink" href="http://www.webdeveloper.com/forum/archive/index.php/">http://www.webdeveloper.com/forum/archive/index.php/</a><!-- m -->"http://mysite.com">

Where exactly to i insert this information? i tried inserting it into the opening tag where the image info is - but nothin happend.....

Please help me with the location and proper syntax.

thanks!
 
Back
Top