veledrom 32 Master Poster

Hi,

I fill XML file manualy to print the data. How can we fill the XML file automaticaly like (data will be fetched from database and fill XML).

Thanks

<catalog>
	<cd>
		<title>Empire Burlesque</title>
		<artist>Bob Dylan</artist>
		<country>USA</country>
		<company>Columbia</company>
		<price>10.90</price>
		<year>1985</year>
	</cd>
</catalog>