[xsl] Reading and writing into the same file

Subject: [xsl] Reading and writing into the same file
From: Tom T <tomw289@xxxxxxxxxxxxxx>
Date: Tue, 9 Mar 2010 09:56:03 +0000
In XSLT 1.1 it was possible to read a file in to the XSLT then rewrite
to that same file using the xsl:document function. In XSLT 2 the same
is only possible if you use an extension function such as
saxon:discard-document together with xsl:result-document. Is this
correct and why has this happened?

Thanks

Current Thread