Scott.,
This version works great for me... just two small issues.
1) Firebird doesn't seem to like the xml-stylesheet processing instruction:
<?xml-stylesheet type='text/xsl' href='C:\Program Files\J River\Media Center\XMLDevelopment\AlbumGroupIE6.xsl'?>
But if you prefix the href with "file://", it works fine (in both IE6 and Firebird). For example:
<?xml-stylesheet type='text/xsl' href='file://C:\Program Files\J River\Media Center\XMLDevelopment\AlbumGroupIE6.xsl'?>
2) Might it be useful to provide a specific option to save (or not) the exported XML? I'm thinking that in the case of applying an XSLT transformation, the intermediate export doesn't always serve a purpose. So perhaps the plugin menu could look something like:
+ Export XML
[] Save As <>
[] Include xsl-stylesheet Processing Instruction <>
+ Character Encoding <>
[] Apply XSLT Transformation
- XSLT to Apply <>
- Save Output as <>
[] Launch Output File
where the "+" are always required, the "[]" is an option, and the "-" is required whenever the parent option is selected.
Again, the plugin is great! A know at least a handful of us *really* appreciate it... and with preconfigured options, a lot more will come to use it.
I wonder if there's a way to do Nila's Website Creator with XSLT... the only issue would be creating separate pages (if they're really needed?). Man! I'm starting to see XML as a solution to everything. I need to temper that a bit!
Scott-