[PHP] Some xml to array

2003-09-09 Thread Bc. Radek Kreja
Hello, I have following xml file: ?xml version=1.0 encoding=UTF-8 standalone=no? epp xmlns=urn:ietf:params:xml:ns:epp-1.0 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd response result code=1000 msgHello, how are you?/msg

Re: [PHP] Some xml to array

2003-09-09 Thread Raditha Dissanayake
Hi, Looks like a crash course is XML is in order :-) I suggest you take a look at the xml parser functions in the manual. to start off with. Then there are some good tutorials at w3schools.com all the best Bc. Radek Kreja wrote: Hello, I have following xml file: ?xml version=1.0