[PHP] Variables from XML Documents

2002-05-06 Thread Sebastian A.
Hello, I have recently been trying to use templates with XML documents. My problem however is that I cannot get the values between XML tags into variables. For example Example XML Document: Foo-Bar What would I need to do, so that I can get the contents of th

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: > > > Foo-Bar > > > > What would I need to do, so that I can get the contents of the tag > (Foo-Bar) into a variable? Check out my "PHP XML Parsing Basics" at http://www.analysisandsolutions.com/code/ph

RE: [PHP] Variables from XML Documents

2002-05-06 Thread Sebastian A.
Sent: 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: > > > Foo-Bar > > > > What would I need to do, so that I can get the contents of the tag &g

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 do

RE: [PHP] Variables from XML Documents

2002-05-06 Thread Martin Towell
]] Sent: Tuesday, May 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