On Mon, January 29, 2007 12:30 am, chetan rane wrote: > i am writing a progrram for a Jabber COnnection 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 Olde 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... -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some starving artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php