Image & Xml

wxdqz

New Member
Hi Everyone,

I just want to know if it is possible to store an image/sound (or link to) in an XML file.

Basically, I want to add an image my XML file which appears as follows:

<?xml version="1.0" encoding="utf-16"?>
<Questions>
<Question>
<quest>Which continent is coloured red?</quest>
<option>افريقيا
</option>
<option>اوربا
</option>
<option>امريكيا الجنوبي
</option>
<option>امريكيا الشمالي
</option>
<eng>Africa
</eng>
<eng>Europe
</eng>
<eng>South America
</eng>
<eng>North America
</eng>
<ans>Africa
</ans>
</Question>
</Questions>


Thanks
 
Back
Top