multiple output working

OK, as of today, I now have the code setup for multiple output support.
So, adding support for other formats (like, say, WordML) is a question
of writing a simple stylesheet and adding a few templates that map
xhtml to that format.

See the dbng-xhtml.xsl and out-dirver.xsl files, for example.

Current archive here:

http://www.users.muohio.edu/darcusb/files/citeproc.tar.gz

… and docs here:

http://www.users.muohio.edu/darcusb/misc/doc/index.html

I do wonder about file structure, as I want to stick this on the SF CVS
soon. Should I break out the out-driver.xsl file into format-specific
ones? So, there’d then be:

out-drivers.xsl, which would include:

out-fo.xsl
out-wordml.xsl
etc.?

Any other thoughts on the file/directory structure?

Bruce