Re: [xsl] Filename encoding

Subject: Re: [xsl] Filename encoding
From: Syd Bauman <Syd_Bauman@xxxxxxxxx>
Date: Wed, 21 Oct 2009 09:24:14 -0400
I agree with Wolfgang, the basic idea of relying on the same
algorithm for renaming the files in 2 different places strikes me as
fragile.

I'd be inclined to investigate Wolfgang's proposals or not ask XSLT
to duplicate the algorithm that generates the new filename, but
rather try to hand the XSLT the new filename via a parameter.

This also may permit a more complex algorithm for file renaming than
just a simple substitution cipher.

Current Thread