tweeper.php: factor out an html_to_xml() function from the tweep() method
authorAntonio Ospite <ao2@ao2.it>
Fri, 27 Feb 2015 16:08:31 +0000 (17:08 +0100)
committerAntonio Ospite <ao2@ao2.it>
Fri, 27 Feb 2015 20:55:31 +0000 (21:55 +0100)
commitf7fd5333da765ce6d5aa2916d779bbbbbb74da7d
tree444230715a491dd6b083bfe0f9464adc8c9fd5cf
parent50842e9d4c8ba313313710d0b4472548390cd77b
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.
tweeper.php