RE: [xsl] xsl:param and replace.xsl

Subject: RE: [xsl] xsl:param and replace.xsl
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Thu, 13 Dec 2001 23:07:42 -0000
> My objective is to use the xsl stylesheet to replace text in a xml
> document without creating a new document.

An XSLT processor produces a result tree from a source tree. The source tree
is immutable. It would be possible in principle for the serialized result
file to overwrite the original serialized input file, but I can't see a good
reason for wanting to do that, and many good reasons for not doing it.

Mike Kay


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


Current Thread