Re: [xsl] read/write in the same xml file

Subject: Re: [xsl] read/write in the same xml file
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 12 Jun 2003 12:07:36 +0100

> each time i use documet() for reading a counter in an extern file "compte.xml"
> i receive the first value which existed in compte.xml at the begining,

That is plainly stated as a requirement for implemenatations of
document() in the XSLT spec. All calls to document() within a single
transformation _must_ return the same node set.


You've asked the same question every day for a wekk, and consistently
been given the same reply: XSLT was not designed for, and does not
support, reading and writing to the same file within a single operation.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread