Change attribute value without creating new output document?
问题 I need to iterate over a bunch of XML documents and simply change the value of one attribute using XSLT 2.0. The rest of the document as well as the document name need to be the same. Is it possible to simply change an existing document without creating a new one as output of the transformation? Or do I need to copy the documents, change the attribute and name them the same as the original one? EDIT <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version='2.0' xmlns:xsl='http://www.w3