From: Aleksander Ɓukasz Date: Wed, 19 Mar 2014 12:16:53 +0000 (+0100) Subject: smartxml: Automatically rollback transaction on error thrown X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/95d7d373a581746ce68ada33dd890ecc385245ed?ds=sidebyside;hp=95d7d373a581746ce68ada33dd890ecc385245ed smartxml: Automatically rollback transaction on error thrown This works for: - implicit transactions created for transformations run when there is no transaction in progress - transactions started by Document.transaction call It won't work for transactions started by Document.transactionStart. ---