Re: [xsl] Filename encoding

Subject: Re: [xsl] Filename encoding
From: Jesper Tverskov <jesper.tverskov@xxxxxxxxx>
Date: Wed, 21 Oct 2009 15:57:16 +0200
On Wed, Oct 21, 2009 at 3:24 PM, Syd Bauman <Syd_Bauman@xxxxxxxxx> wrote:
> 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.

I guess you are right.

I will do the following then:

1)
The XML file containing the original filenames, I will transform with
XSLT so it also contains the new filenames.

2)
With C# I make a copy of the original files, and rename them looking
up the new filenames in the XML file.

3) For "security", I zip the old img files and keep them in a back-up
sub directory.

Cheers,
Jesper

Current Thread