[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: Wed, 30 Jan 2008 20:46:04 +0000
|
On 30/01/2008, Alain <alainb06@xxxxxxx> wrote:
> But I do not understand why *XTRE1480* is an error!
This should be very easy to understand - it would be an error in the
implementation.
A temporary output state is not output at all - it is creating
internal structures which cannot (by the language definition - i.e.
XTDE1480) be serialized (otherwise they would be permanent).
A better question might be why isn't it a static error?
|