Here is the code in my XML files....
<code>
<image img="images/image1.jpg" customtitle="Camomile" />
<image img="images/image2.jpg" customtitle="Bells" />
<image img="images/image3.jpg" customtitle="Market" />
<code>
Which is working fine.
I want this images to be dynamic i.e shld be fetched from database. So my ques is How to add php code in XML files or Is there any other way i can do this.Pls Guys Help me OUT.Its Urgent.

