This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: xsl:param and replace.xsl


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]