Re: [PHP] XML via socket connection

2001-04-13 Thread Dean Hall
""phpman"" <[EMAIL PROTECTED]> wrote: > All the docs i've looked at for parsing XML takes a file as input. What's > the proceedure for > opening a socket connection and doing XML transmissions via TCP/IP. Do I > need to do > socket calls through PHP to open an XML connection (manually send all the

[PHP] XML via socket connection

2001-04-13 Thread phpman
All the docs i've looked at for parsing XML takes a file as input. What's the proceedure for opening a socket connection and doing XML transmissions via TCP/IP. Do I need to do socket calls through PHP to open an XML connection (manually send all the HTTP headers and such?). Is there a built in fu