Style a document in-place
Posted: Mon Apr 29, 2013 3:53 pm
I would like to apply a XSLT stylesheet to a document and replace it with the output.
In a transformation scenario you can save the output to a new name. But, how to write a transformation scenario for file "xxx" that renames the original file xxx.bak and then applies the transformation and save the output as "xxx" replacing the original file?
In a transformation scenario you can save the output to a new name. But, how to write a transformation scenario for file "xxx" that renames the original file xxx.bak and then applies the transformation and save the output as "xxx" replacing the original file?