[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Why XTRE1500: Cannot read a document that was written during the same transformation ?
Subject: Re: [xsl] Why XTRE1500: Cannot read a document that was written during the same transformation ?
From: "Colin Adams" <colinpauladams@xxxxxxxxxxxxxx>
Date: Tue, 29 Jan 2008 07:23:57 +0000
|
On 29/01/2008, ac <ac@xxxxxxxxxxxxx> wrote:
> Why XTRE1500: Cannot read a document that was written during the same
> transformation ?
Because the writing may not have been completed when you try to read it.
> This prevents cashing and forces developers to keep large files in
> memory as they cannot read them again later in the transform,
You don't have a way to control whether or not a file is kept in memory anyway.
|