Quote Originally Posted by Merlinpa1969
Im still wondering if it works with php 5.
the last info I got from google was that it was for php4 only and that libxml was required
Hi,

I just updated the original module so it runs on both PHP4 and PHP5. It does not require libxml since it doesn't use any of the DOM functions for constructing and parsing XML. The only requirement is cURL (libcurl) installed and enabled on your server.

Hope this helps,

Jacob