xsl-list
[Top] [All Lists]

[xsl] Reading and writing into the same file

2010-03-09 03:56:29
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

--~------------------------------------------------------------------
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>
--~--