Re: [PHP] How to parse this kind of XML

2008-02-07 Thread Nathan Nobbe
On Feb 7, 2008 6:51 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: >I'm sure you're already aware of it, and that it's just a typo in > the email, but there's a space between the lt carat and the > event:sessionType node declaration. > that screwed me the last time i was posting on a simplexml n

Re: [PHP] How to parse this kind of XML

2008-02-07 Thread Daniel Brown
On Feb 7, 2008 6:17 PM, VamVan <[EMAIL PROTECTED]> wrote: > Hi, > > How can I parse this kind of XML data? > > > > > < event:sessionType>9 > > marketingprograms > > 05/22/2008 09:00:00 > > 05/22/2008 10:00:00 > > 4 > > 60 > > > I am using SimpleXMLElement function but some cannot re

Re: [PHP] How to parse this kind of XML

2008-02-07 Thread VamVan
I cannot manipulate the response. this is the response I get from the web services. is there any other way to do it? On Feb 7, 2008 3:41 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > > On Feb 7, 2008 6:17 PM, VamVan <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > How can I parse this kind of XML da

Re: [PHP] How to parse this kind of XML

2008-02-07 Thread Nathan Nobbe
On Feb 7, 2008 6:17 PM, VamVan <[EMAIL PROTECTED]> wrote: > Hi, > > How can I parse this kind of XML data? > > > > > < event:sessionType>9 > > marketingprograms > > 05/22/2008 09:00:00 > > 05/22/2008 10:00:00 > > 4 > > 60 > > > I am using SimpleXMLElement function but some cannot retrieve

[PHP] How to parse this kind of XML

2008-02-07 Thread VamVan
Hi, How can I parse this kind of XML data? < event:sessionType>9 marketingprograms 05/22/2008 09:00:00 05/22/2008 10:00:00 4 60 I am using SimpleXMLElement function but some cannot retrieve the nodes like timeZoneID for example Thanks -- PHP General Mailing List (http:/