INTERACT FORUM
Windows => Third Party Plug-ins, Programs, and Skins => Topic started by: nel on April 24, 2004, 12:15:21 pm
-
Hi,
I have been looking for a solution to export my library to html files. I tried the MC XML Export plugin which works fine but unfortunately generates one big html file. I would prefer an output of one file per album.
My purpose is in the end to convert the whole bunch of files to an ISilo file (similar to a book : one toc and a lot of pages) for use on my Tungsten T3.
Is there a way to achieve this with the MC XML Export plugin or do I have to code something myself ?
Thanks for your hel and/or advices,
Nel.
-
You need to use the xsl:document function to generate separate output documents from one XSLT transformation. Unfortunately, this is not an XSLT 1.0 function, but rather an extension. I think scott_r added this support to his plugin, but I don't think it was ever tested.
I'd suggest you learn XSLT and do this yourself using an external XSLT transformation engine. If you need help getting started, try http://pages.sbcglobal.net/scottraymond/Presets.htm (http://pages.sbcglobal.net/scottraymond/Presets.htm).