请手以下部分代码:
...
<!-- set the location of the thumbnails relative to the gallery.swf -->
<thumbnail_dir>images/thumbs/</thumbnail_dir><!-- set the actlocation of the actual high-res images relative to the gallery.swf -->
<image_dir>images/full/</image_dir>...<!-- this node contains all the albums -->
<albums>
<album title="美女清凉照" description="性感美女一网打尽">
<image title="美女1" date="21.04.07" thumbnail="01.jpg" image="01.jpg">A perfect shot of a white tiger walking in the woods</image>
...
</album>
<album title="The Wild Cats." description="few images of the wild cats.">
<image title="White Tiger" date="21.04.07" thumbnail="c1.jpg" image="c1.jpg">A perfect shot of a white tiger walking in the woods</image>
...
</album>
</albums>
...以上代码只设置了一个缩略图文件夹和一个原图文件夹,我想设置多个不同的<thumbnail_dir>和<image_dir>,不想把一大堆不同类的原图和缩略图放在同一文件夹中,请高手可否帮忙解决?