On Sat, 2007-12-15 at 11:31 +1100, Deborah Pickett wrote:
Some solutions (Rob's idea of appending the ID to the filename)
unfortunately won't work because of limitations with other, third-party,
stages of the pipeline. (In this case, the Batik SVG rasterizer code
dumps all of the rasterized files into the same output directory,
flattening any directory structure and risking collision again.)
Just make the path from some root dir the filename (replacing the
slashes with whatever) and then append generate-id() or position()
(possibly combined with depth and prev-sibl count). You could create the
file with a unique extension (*.mathml ?) for easy fileset selection in
ant. Also your main output can create a list of all the files.
best,
-Rob
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--