Re: [PHP-XML-DEV] xml
[email protected] ("Diana Castillo") Wed, 4 Feb 2004 17:47:20 +0100
| Newsgroups | php.xml.dev |
|---|---|
| Message-ID | <068f01c3eb3e$8ebc2320$4964a8c0@avalon> |
no, I am working with several different companies sending xml , and if the xml is identical, it works if sent by active-x and doesnt work with php. in one case, the solution was to use curl (instead of the normal posting with php) which made it work. but now I am faced with one in which even if I use curl it doesnt work, yet with active x it dooes (I repeat, the exact same xml) Just wondering if you guys knew of any hints. ----- Original Message ----- From: "Adam Trachtenberg" <[email protected]> To: "Diana Castillo" <[email protected]> Cc: <[email protected]> Sent: Wednesday, February 04, 2004 5:19 PM Subject: Re: [PHP-XML-DEV] xml > On Feb 4, 2004, at 10:46 AM, Diana Castillo wrote: > > > does anyone know why some xml applications that work when sent with > > active-x > > objects dont work when I send the xml with php instead? what can I do > > to > > make them arrive in the same way as they do when sent with active-x > > objects? > > thank you , > > Diana -- > > I'm afraid that question is too vague. If the XML you produce from PHP > is identical to the XML produced by your ActiveX objects then the XML > application should work identically. Other than that, I don't think > anyone can help you without specific examples of what does and doesn't > work. > > -adam > > -- > adam trachtenberg > [email protected] > >