Hi,
I am trying to make a string from variables I have stored in XML.
XML
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<images>
<profiles>
<id>1001</id>
<name>James</name>
<rating>56</rating>
<discription>I work as a car dealer</discription >
</profiles>
</images>
What I would need to do is to get the <id> info and make a link to a URL I have. The image of the person will load and it has the same name as the id info.
url = "
http://www.myserver.com/thumb_" + id