From: Antonio Ospite <ao2@ao2.it>
Date: Fri, 4 Nov 2016 17:02:11 +0000 (+0100)
Subject: rss_converters_*.xsl: prefix the namespace when calling Tweeper class methods
X-Git-Tag: v1.0.0~11
X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/57535fd5825c6c112b6489c27e469bc4143c1a2e?hp=57535fd5825c6c112b6489c27e469bc4143c1a2e

rss_converters_*.xsl: prefix the namespace when calling Tweeper class methods

The Tweeper class is now in a namespace, without this change the XSLT
processor would give errors like this:

PHP Warning:  XSLTProcessor::transformToXml(): Unable to call handler Tweeper::epochToRssDate() in .../src/Tweeper.php on line 356
---