how i can add description tag in xml gallery
my xml is....................
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="xmldesign.css" type="text/css"?>
<gallery thumb_width="400" thumb_height="290" gallery_width="400" gallery_height="700" gallery_x=" " gallery_y=" " full_x="1220" full_y="50" >
<image thumb_url="t1.jpg" full_url="full01.jpg" title="Mango Juice"/>
<image thumb_url="t2.jpg" full_url="full01.jpg" title="Mango Juice"/>
<image thumb_url="t3.jpg" full_url="full01.jpg" title="Mango Juice"/>
<image thumb_url="t4.jpg" full_url="full01.jpg" title="Mango Juice"/>
<image thumb_url="t5.jpg" full_url="full01.jpg" title="Mango Juice"/>
<image thumb_url="t6.jpg" full_url="full01.jpg" title="Mango Juice"/>
</gallery>
