Hi,

After messing around a bit with that XML stuff, I noticed I had some problems with the 'link' tags. The export went fine, but because the 'link' tags have HTML code in it when exported, I ended up with a useless XML file.
So I would suggest adding 6 new tags : COVERFILE, THUMBNAILFILE, ALBUMPAGENAME, CHARSETNAME, GROUPPAGENAME and ROOTPAGENAME.
Small example :
ALBUMPAGELINK : <a href="xxxx.html"></a>
ALBUMPAGENAME : xxxx.html

COVER : <img width=170 height=170 border=0 src="covers/yyyy.jpeg">
COVERFILE : covers/yyyy.jpeg

I'm sure others will find a use for these tags as well!

Peter