I've got to construct a basic xml file listing website assets (pictures and text strings) that a flash photo gallery references.
I'm using a Mac and OpenOffice. I've got Dreamweaver, dashcode, and a couple of open source IDE's. I'm not a programmer, so scripting gets a little difficult.
I'm hand typing the file right now, but the task is very slow because of the number and order of the "fields" and values for each record in the xml.
Is it possible to set up a spreadsheet of the data and then parse an xml file from that? I've got to follow this format for each record:
<photo imageurl="url" linklabel="text"linkurl="url" showFlipButton="true"><title>text</title><description>text</description></photo>
Thanks a lot everyone.