pepoli
June 14th, 2007, 02:53 AM
hi can anyone help me by sending me a php code so i can edit my xml file? here is my xml file
<?xml version="1.0"?>
<galleries>
<gallery title="architecture" intro="These are the photos of various buildings in the cities, towns and villages I visited during my voyages.">
<image>ZazoO</image>
<image>TouLA PinG PonG. I love the atmosphere on this one.</image>
<image>Motovun.</image>
<image>New York.</image>
<image>Paris.</image>
</gallery>
<gallery title="essays" intro="A collection of various photos which either do not fit any other category - experiments and such.">
<image>Color mayhem!</image>
<image>The sleeping monster.</image>
<image>Let me out!</image>
<image>A barrel on the side of the trail.</image>
<image>Subterranean passage.</image>
<image>A train in snow.</image>
</gallery>
<gallery title="factory" intro="Podusedska cementara (The Podsused cement factory) is an abandoned industry building at the outskirts of Zagreb. I loved exploring this area, with its very interesting spaces and equipement that remained after the factory was abandoned.">
<image>The entrance building to the abandoned cement factory in Podsused, Zagreb.</image>
<image>The entrance.</image>
<image>Electric power control room.</image>
<image>A rooftop perspective.</image>
<image>Big holes - machinery once stood here?</image>
<image>Empty silos.</image>
<image>Pillars.</image>
<image>Emergency exit!</image>
<image>Interior.</image>
<image>Rusted tanks.</image>
<image>A room with a view.</image>
<image>Stalactites.</image>
<image>Enormous conductive pipes.</image>
<image>The big axle.</image>
<image>The factory seen from the top of an empty tank.</image>
<image>Flights of stairs.</image>
<image>Barren roof construction.</image>
<image>Made in Germany.</image>
<image>A stalagmite.</image>
</gallery>
<gallery title="monochrome" intro="Black and white photography, I love it, it always has some special feeling to it.">
<image>Urbano - Paris by night.</image>
<image>Watermarks - Sava river beautifully rolling its waves on a winter's day.</image>
<image>A letter from a friend.</image>
<image>The keeper - a sculpture on a cemetery in Paris.</image>
<image>Sud.</image>
<image>A frozen corn field.</image>
<image>Wreck - remains of a car in snow.</image>
<image>Tresnjevka, Zagreb.</image>
<image>Barren trees.</image>
</gallery>
<gallery title="nature" intro="I love nature - in all its seasons. You will find both the smaller wonders here, like flowers, and the big views, like landscapes.">
<image>Oleander.</image>
<image>Black berries.</image>
<image>Cherry sky.</image>
<image>White flower.</image>
<image>The view from Motovun.</image>
<image>Bestovje.</image>
<image>Lichen.</image>
</gallery>
</galleries>
bear in mind that i have gallery type here and images are related to that type like architecture ,, essays,, ect ect.
<?xml version="1.0"?>
<galleries>
<gallery title="architecture" intro="These are the photos of various buildings in the cities, towns and villages I visited during my voyages.">
<image>ZazoO</image>
<image>TouLA PinG PonG. I love the atmosphere on this one.</image>
<image>Motovun.</image>
<image>New York.</image>
<image>Paris.</image>
</gallery>
<gallery title="essays" intro="A collection of various photos which either do not fit any other category - experiments and such.">
<image>Color mayhem!</image>
<image>The sleeping monster.</image>
<image>Let me out!</image>
<image>A barrel on the side of the trail.</image>
<image>Subterranean passage.</image>
<image>A train in snow.</image>
</gallery>
<gallery title="factory" intro="Podusedska cementara (The Podsused cement factory) is an abandoned industry building at the outskirts of Zagreb. I loved exploring this area, with its very interesting spaces and equipement that remained after the factory was abandoned.">
<image>The entrance building to the abandoned cement factory in Podsused, Zagreb.</image>
<image>The entrance.</image>
<image>Electric power control room.</image>
<image>A rooftop perspective.</image>
<image>Big holes - machinery once stood here?</image>
<image>Empty silos.</image>
<image>Pillars.</image>
<image>Emergency exit!</image>
<image>Interior.</image>
<image>Rusted tanks.</image>
<image>A room with a view.</image>
<image>Stalactites.</image>
<image>Enormous conductive pipes.</image>
<image>The big axle.</image>
<image>The factory seen from the top of an empty tank.</image>
<image>Flights of stairs.</image>
<image>Barren roof construction.</image>
<image>Made in Germany.</image>
<image>A stalagmite.</image>
</gallery>
<gallery title="monochrome" intro="Black and white photography, I love it, it always has some special feeling to it.">
<image>Urbano - Paris by night.</image>
<image>Watermarks - Sava river beautifully rolling its waves on a winter's day.</image>
<image>A letter from a friend.</image>
<image>The keeper - a sculpture on a cemetery in Paris.</image>
<image>Sud.</image>
<image>A frozen corn field.</image>
<image>Wreck - remains of a car in snow.</image>
<image>Tresnjevka, Zagreb.</image>
<image>Barren trees.</image>
</gallery>
<gallery title="nature" intro="I love nature - in all its seasons. You will find both the smaller wonders here, like flowers, and the big views, like landscapes.">
<image>Oleander.</image>
<image>Black berries.</image>
<image>Cherry sky.</image>
<image>White flower.</image>
<image>The view from Motovun.</image>
<image>Bestovje.</image>
<image>Lichen.</image>
</gallery>
</galleries>
bear in mind that i have gallery type here and images are related to that type like architecture ,, essays,, ect ect.