xsl-list
[Top] [All Lists]

Re: [xsl] Reading from and writing to the same URI (XTRE1500)

2006-11-14 11:02:20
To preempt the argument that ordering becomes an issue
(namely, did the read occur before or after the
write), I'll reiterate a sentiment posted in a thread
to this forum.  Put a stake in the ground and say that
all writes occur at the end of the transformation. 
All reads see the documents prior to modification.  Is
there a flaw in this reasoning that necessitated this
restriction? 

Please correct me if I'm wrong, but I see no reason why the parser must
finish reading the input document before starting to write output.
I suspect (although I haven't read the code) that fast transformers
would do this.

        Ronan

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--