Re: [PHP] Re: Parsing XML

2008-11-28 Thread Ashley Sheridan
On Fri, 2008-11-28 at 13:48 +, Nathan Rixham wrote: > 2008/11/27 Ashley Sheridan <[EMAIL PROTECTED]> > > On Thu, 2008-11-27 at 22:13 +, Ashley Sheridan wrote: > > On Thu, 2008-11-27 at 20:56 +, Nathan Rixham wrote: > > > Ashley Sheridan wrote: >

Re: [PHP] Re: Parsing XML

2008-11-28 Thread Nathan Rixham
2008/11/27 Ashley Sheridan <[EMAIL PROTECTED]> > On Thu, 2008-11-27 at 22:13 +, Ashley Sheridan wrote: > > On Thu, 2008-11-27 at 20:56 +, Nathan Rixham wrote: > > > Ashley Sheridan wrote: > > > > Hi All, > > > > > > > > I've run into a bit of a problem. I need to parse some fairly > detail

Re: [PHP] Re: Parsing XML

2008-11-27 Thread Ashley Sheridan
On Fri, 2008-11-28 at 01:04 +0100, Maciek Sokolewicz wrote: > Ashley Sheridan wrote: > > On Thu, 2008-11-27 at 22:13 +, Ashley Sheridan wrote: > >> On Thu, 2008-11-27 at 20:56 +, Nathan Rixham wrote: > >>> Ashley Sheridan wrote: > Hi All, > > I've run into a bit of a problem.

Re: [PHP] Re: Parsing XML

2008-11-27 Thread Maciek Sokolewicz
Ashley Sheridan wrote: On Thu, 2008-11-27 at 22:13 +, Ashley Sheridan wrote: On Thu, 2008-11-27 at 20:56 +, Nathan Rixham wrote: Ashley Sheridan wrote: Hi All, I've run into a bit of a problem. I need to parse some fairly detailed XML files from a remote website. I'm pulling in the re

Re: [PHP] Re: Parsing XML

2008-11-27 Thread Ashley Sheridan
On Thu, 2008-11-27 at 22:13 +, Ashley Sheridan wrote: > On Thu, 2008-11-27 at 20:56 +, Nathan Rixham wrote: > > Ashley Sheridan wrote: > > > Hi All, > > > > > > I've run into a bit of a problem. I need to parse some fairly detailed > > > XML files from a remote website. I'm pulling in the

Re: [PHP] Re: Parsing XML

2008-11-27 Thread Ashley Sheridan
On Thu, 2008-11-27 at 20:56 +, Nathan Rixham wrote: > Ashley Sheridan wrote: > > Hi All, > > > > I've run into a bit of a problem. I need to parse some fairly detailed > > XML files from a remote website. I'm pulling in the remote XML using > > curl, and that bit is working fine. The smaller X

Re: [PHP] Re: parsing xml the right way

2004-04-02 Thread trlists
On 2 Apr 2004 Aidan Lister wrote: > Wait until you have installed PHP5, then use the simplexml library. I will shortly have the same questions about ways to parse XML, and I can't use PHP 5 -- it's a production environment and the PTB are not going to move to something that is that recently rel