Jump to content

simple xml


dalleyasaurus

Recommended Posts

I think I'm using simple xml wrong

 

I'm trying to read strings of xml and get it to list the "attributes" in the strings but it's not working. 

 

How would I read and list the attributes of this string

<Address><to>Joshua</to><from>Rockhampton</from><country>Australia</county></Address>

 

It needs to out put a string that can be printed and look like (or something like)

 

to:Joshua

from:Rockhampton

country:Australia

 

All my code produces errors and the page just goes blank and I don't know what is wrong.l 

Link to comment
https://forums.phpfreaks.com/topic/226237-simple-xml/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.