GNOME Bugzilla – Bug 652766
Output should not include extraneous newlines when indent is off
Last modified: 2012-08-16 13:27:05 UTC
The output from xsltSaveResultTo currently adds extra newlines at the root even when indent="off". The attached patch makes these conditional, matching behaviour of xmlSaveOption XML_SAVE_FORMAT off).
Created attachment 190065 [details] [review] Make newlines conditional on indent="on"
Okay, that looks fine, it just disturb on text in libxslt regression and after looking that looks okay, pushed: http://git.gnome.org/browse/libxslt/commit/?id=1eae5e8cbcad26415fe229885244316387bc15d9 thanks a lot ! Daniel