Re: [PHP] Variables from XML Documents

2002-05-06 Thread Analysis Solutions
On Mon, May 06, 2002 at 08:20:46PM +0200, Sebastian A. wrote: me name Foo-Bar /name /me What would I need to do, so that I can get the contents of the name tag (Foo-Bar) into a variable? Check out my PHP XML Parsing Basics at

RE: [PHP] Variables from XML Documents

2002-05-06 Thread Sebastian A.
: Monday, May 06, 2002 8:25 PM To: PHP List Subject: Re: [PHP] Variables from XML Documents On Mon, May 06, 2002 at 08:20:46PM +0200, Sebastian A. wrote: me name Foo-Bar /name /me What would I need to do, so that I can get the contents of the name tag (Foo-Bar

Re: [PHP] Variables from XML Documents

2002-05-06 Thread Analysis Solutions
Sebastian: On Tue, May 07, 2002 at 07:06:18AM +0200, Sebastian A. wrote: The parsing is not the problem. I am already using the PHP XML parser, but the problem is that it I cannot get the content of elements into variables like I already stated. Does no one know how to do this? You are

RE: [PHP] Variables from XML Documents

2002-05-06 Thread Martin Towell
07, 2002 3:06 PM To: PHP General List (PHP.NET) Subject: RE: [PHP] Variables from XML Documents The parsing is not the problem. I am already using the PHP XML parser, but the problem is that it I cannot get the content of elements into variables like I already stated. Does no one know how to do