From: Antonio Ospite Date: Mon, 23 May 2016 13:28:07 +0000 (+0200) Subject: Use php:functionString() in the stylesheets where appropriate X-Git-Tag: v0.6~5 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/47350899b24fb9a79bd9f57bcabc7281b9a01e34?hp=47350899b24fb9a79bd9f57bcabc7281b9a01e34 Use php:functionString() in the stylesheets where appropriate Instead of converting to string in XSL and then calling php:function(), use directly php:functionString() when calling PHP functions which actually expect a string argument. Besides possible performance improvements, this is done mainly for readability. ---