El codigo es re sencillo pero no se como ´manipular con el tema de gifs:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE data[
<!ELEMENT title (comments, image)>
<!ATTLIST title name CDATA #REQUIRED>
<!ELEMENT comments (#PCDATA)>
<!ELEMENT image (#PCDATA)>
]>
<data>
<title name="imagen">
<comments>Comentario imagen1</comments>
<image>relax.gif</image>
</title>
<title name="imagen">
<comments>Comentario imagen2</comments>
<image>yellowfl.gif</image>
</title>
</data>
Gracias.
