开发者

Does anyone know how to enter list of website resources and output an xml doc for Flash use

开发者 https://www.devze.com 2022-12-10 13:13 出处:网络
I\'ve got to construct a basic xml file listing website assets (pictures and text strings) that a flash photo gallery references.

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 beca开发者_如何学JAVAuse 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.


Using MSExcel I would use the Concatenate() function to manually build out the XML for each row, as a quick and dirty solution. You should be able to do this with OpenOffice as well.

0

精彩评论

暂无评论...
验证码 换一张
取 消