Hello all, I have the .XML file like below: <content width="368" height="450" bgcolor="cccccc" loadercolor="ffffff" panelcolor="5d5d61" buttoncolor="5d5d61" textcolor="ffffff"> <page src="pages/01.jpg"/> <page src="pages/02.swf"/> <page src="pages/03.swf"/> </content> Code (markup): In that file i want to made PHP codings and fetch the page src images from MysqlDB using mysql query in that XML file. Shall i include <?php ?> tags in XML. How can i do that? Please help me if you know the answer.