Scott,
Tried one album with minimal fields. And still get errors. Again using XML Export to save the generated file.
Maybe it's something obvious that I'm missing?
I'd check the following:
Step 1 - Check that the xsl reference
<?xml-stylesheet type='text/xsl' href='AlbumGroupIE6.xsl'?>
in the exported XML points to the right XSLT and verify that IE6 renders the transformation properly on its own (i.e. just open the XML in IE6). Notice that MCXMLExport uses a relative reference, so you'll need to make sure the XSLT is in the same directory as the XML - or change the href to the absolute path.
Step 2 - Try XAlbum using the known working transformation from Step 1. You also need to make sure that you have the "Scripts.xml" and "Styles.xml" document in the same directory as XAlbum.htm. I've noticed that Firebird doesn't like the XSLT that brings in these two documents, but IE6 works fine (for me at least!).
If Step 1 fails, there might be a problem with MSXML - in which case, you can try doing the transformation with MSXSL.EXE on the command-line ("msxsl <input XML filename> <XSL transformation filename> -o<output html filename>" ... e.g. "msxsl export.xml AlbumGroupIE6.xsl -o export.htm") and open the output in IE6.
And if all else fails, zip up your directory that contains XAlbum (and all its associated files) and the export from MCXMLExport, e-mail it to me at scottraymond@sbcglobal.net, and see what the problem is.
Question: If you don't mind my asking, what do you want to do with XAlbum? Print out your library, make it viewable via the internet, ?
Scott-