No.1 | | 585 bytes |
| 
Mon, January 29, 2007 12:30 am, chetan rane wrote:
i am writing a progrram for a Jabber C manager. I want to
access
the client XML using HTTPS. do any one know a way to so it
http://php.net/curl
will get you through the S part of HTTPS nice and easy.
Mucking with the XML, you have a handful of choices ranging from
SimpleXML in PHP 5 to Ye James Clark expat from early PHP 4
days
If there's any way to use PHP 5, do so. XML parsing in PHP 4 can be
tedious and downright painful, especially in the aforementioned James
Clark expat lib