[PHP] XML - simple get data from elements

2001-04-18 Thread Mark Bean
I have a valid XML file that all I want to do is assign to variables the data in the elements title and fulltext. I know nothing about XML and am not a programmer. Are there any good tutorials out there to do something as simple as what I'm looking for? Will expat do what I'm looking for?

Re: [PHP] XML - simple get data from elements

2001-04-18 Thread Joe Stump
I wrote an article for PHPBuilder.com - I would start there - I made it as easy as possible. --Joe On Wed, Apr 18, 2001 at 04:58:28PM -0400, Mark Bean wrote: I have a valid XML file that all I want to do is assign to variables the data in the elements title and fulltext. I know nothing

Re: [PHP] XML - simple get data from elements

2001-04-18 Thread Manuel Lemos
Hello, Mark Bean wrote: I have a valid XML file that all I want to do is assign to variables the data in the elements title and fulltext. I know nothing about XML and am not a programmer. Are there any good tutorials out there to do something as simple as what I'm looking for? Will