From: Antonio Ospite <ao2@ao2.it>
Date: Fri, 27 Feb 2015 16:08:31 +0000 (+0100)
Subject: tweeper.php: factor out an html_to_xml() function from the tweep() method
X-Git-Tag: v0.4~36
X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/f7fd5333da765ce6d5aa2916d779bbbbbb74da7d?ds=inline;hp=f7fd5333da765ce6d5aa2916d779bbbbbb74da7d

tweeper.php: factor out an html_to_xml() function from the tweep() method

Split the operation to get some xml out of the web page, this in
preparation for adding some more flexibility about what can be converted
to xml for a subsequent transformation.
---