Hye! Can I read an xml file like:
<items>
<item>
<id_product>1</id_product>
<title>Product title</title>
<description><p>This is a<b>PRODUCT</b></p></description>
</item>
<item>
<id_product>2</id_product>
<title>Another Product title</title>
<description><p>This is the second <b>PRODUCT</b></br><a href="#">click here</a></p></description>
</item>
</itmes>
and with php to write this into a database? The think is that I want to write it with formatting also ( anchor, bold, italic, p, etc )