Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/01/2008, 10:34
Avatar de chalchis
chalchis
 
Fecha de Ingreso: julio-2003
Mensajes: 1.773
Antigüedad: 20 años, 9 meses
Puntos: 21
Pregunta manipular xml con php

Hola amigos quiero implementar esta galeria de imagenes

www.flashgallery.org

un .swf obtiene las imagenes de un xml
esto es lo que contiene el xml

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<images>
<pic>
<image>gallery/1.jpg</image>
<thumbnail>gallery/s1.jpg</thumbnail>
<caption>Some lamp on the ground</caption>
</pic>
<pic>
<image>gallery/2.jpg</image>
<thumbnail>gallery/s2.jpg</thumbnail>
<caption>Old communist buildings</caption>
</pic>
<pic>
<image>gallery/3.jpg</image>
<thumbnail>gallery/s3.jpg</thumbnail>
<caption>Voodoo doll part one</caption>
</pic>
<pic>
<image>gallery/4.jpg</image>
<thumbnail>gallery/s4.jpg</thumbnail>
<caption>Voodoo doll part two</caption>
</pic>
<pic>
<image>gallery/5.jpg</image>
<thumbnail>gallery/s5.jpg</thumbnail>
<caption>Red Devil</caption>
</pic>
<pic>
<image>gallery/6.jpg</image>
<thumbnail>gallery/s6.jpg</thumbnail>
<caption>Russian Church</caption>
</pic>
<pic>
<image>gallery/7.jpg</image>
<thumbnail>gallery/s7.jpg</thumbnail>
<caption>Russian Church (another view)</caption>
</pic>
<pic>
<image>gallery/8.jpg</image>
<thumbnail>gallery/s8.jpg</thumbnail>
<caption>Spring</caption>
</pic>
<pic>
<image>gallery/9.jpg</image>
<thumbnail>gallery/s9.jpg</thumbnail>
<caption>Flames</caption>
</pic>
<pic>
<image>gallery/10.jpg</image>
<thumbnail>gallery/s10.jpg</thumbnail>
<caption>Street Light</caption>
</pic>
<pic>
<image>gallery/11.jpg</image>
<thumbnail>gallery/s11.jpg</thumbnail>
<caption>Wood carvings...</caption>
</pic>
<pic>
<image>gallery/12.jpg</image>
<thumbnail>gallery/s12.jpg</thumbnail>
<caption>Nightshot from the office</caption>
</pic>
<pic>
<image>gallery/13.jpg</image>
<thumbnail>gallery/s13.jpg</thumbnail>
<caption>Red Light, STOP!!!</caption>
</pic>
</images>

mi pregunta ¿se Puede manipular el xml con php?

saludos
espero sus comentarios
__________________
gerardo