Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/06/2010, 22:54
cualquiera
 
Fecha de Ingreso: febrero-2007
Mensajes: 232
Antigüedad: 17 años, 2 meses
Puntos: 1
Generar xml con php

hola por favor necseito escribir un xml como php la estructura del xml que quiero escribir mediante php es la siguiente por favor si alguien me pueda ayudar gracias por las respuestas

<?xml version="1.0" encoding="UTF-8"?>
<gallery>
<album lgPath="images/" tnPath="thumb/">
<img src="1.jpg" title="" caption="" />
<img src="1.jpg" title="" caption=""/>
<img src="1.jpg" title="" caption="" />
<img src="1.jpg" title="" caption="" />
<img src="1.jpg" title="" caption="" />
</album>
</gallery>

gracias