Re: [xsl] Copying image files from one directory to another - using xslt

Subject: Re: [xsl] Copying image files from one directory to another - using xslt
From: Vyacheslav Sedov <vyacheslav.sedov@xxxxxxxxx>
Date: Tue, 15 Sep 2009 19:17:20 +0400
you can run web-service on same machine (for manipulation with files)
and call this service from xslt

for example doc('/move-file.action?from=here&to=here')

On Tue, Sep 15, 2009 at 6:47 PM, David Carlisle <davidc@xxxxxxxxx> wrote:
>
>
>> You would need to use something like <xsl:analyze-string> very
>> labouriously in order to do the kind of manipulation you need to do.
>>
>> >Are above two tasks doable in xslt?
>>
>> Not at all easily, because XSLT is the wrong tool for manipulating
>> HTML
>
> Ken has of course misspelled "with flair" as "very labouriously" and
> "fun" as "wrong".
>
> http://www.dcarlisle.demon.co.uk/htmlparse.xsl
>
> Anon.
>
>
> ________________________________________________________________________
> The Numerical Algorithms Group Ltd is a company registered in England
> and Wales with company number 1249803. The registered office is:
> Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
>
> This e-mail has been scanned for all viruses by Star. The service is
> powered by MessageLabs.
> ________________________________________________________________________

Current Thread