Step Two: Add or Delete pictures

<?xml version="1.0" encoding="UTF-8"?>
<root>
<Image>
Each image sub-node represents a picture.
<TiTle value="title" />
Picture title
<Filename value="pic01.jpg" />
Picture file name. It is placed in directory "original" that's under the directory "material".
<Note value="This is a Demo" />
Picture's remark
<UploaderName value="WebMaster" />
Uploader's name
<UploadTime value="2008.10.10" />
Uploading time.
<Thumb value="pic01-small.jpg" />
Thumbnail preview file name. It is placed in directory "thumb" that's under the directory "material".
</Image>
......
......
</root>
|