Saturday 29 December 2007 10:38:20 pm
Hi .. I had bought flash slide player (monoslideshow.com) XML based, I need to create xml file with the seeting and the images. I wrote an extension to write the file and adding the data from template, but the problem with collecting the data in the template :(
I need to fetch a node where the images and to get the data in array: $data[]=array($ImageURL, $ImagePath)
I had tried set-block, but with this way I need to run loop and with loop will write the file twice. I need to collect the data into array and then to use the file write operator, any solution for this ? Or should I just write in php for this ? Thanks in advanced.
|