Portfolio xml

Hello im trying to make a portfolio with xml but i want that my description text is in the xml file instead of in an external txt file is that possible?

here’s my xml:

<?xml version=“1.0” ?>
<portfolio>
<picture title = “Dsign 1”
thumb = “portfolio_images/thumbs/tinydisk.jpg”
description = “portfolio_text/dsign1.txt”
image = “portfolio_images/tinydisk.jpg” />

<picture title = “Dsign 2”
thumb = “portfolio_images/thumbs/plug.jpg”
description = “portfolio_text/dsign2.txt”
image = “portfolio_images/plug.jpg” />

<picture title = “Dsign 3”
thumb = “portfolio_images/thumbs/diskcollection.jpg”
description = “portfolio_text/dsign3.txt”
image = “portfolio_images/diskcollection.jpg” />
</portfolio>

as u can see the discription gives a path to the txt file and i want my text to be there instead

i hope someone can help me :slight_smile: