Hi,
This is the link to the XML I am working with: link. The requirements state that I only need to output 5 tags for each "event":
Will I run into any issues using SimpleXML to read this XML file and output it as HTML?
How would I 'skip over' the elements I don't want and just output the 5 specific targets that I am after?
Any other gotchas I might need to watch out for? I'm fairly new to the world of XML.
Thanks!
PS. I will be using PHP 5.2.8
This is the link to the XML I am working with: link. The requirements state that I only need to output 5 tags for each "event":
- title
- city
- state
- start_date (without time)
- link - which is an http URL
Will I run into any issues using SimpleXML to read this XML file and output it as HTML?
How would I 'skip over' the elements I don't want and just output the 5 specific targets that I am after?
Any other gotchas I might need to watch out for? I'm fairly new to the world of XML.
Thanks!
PS. I will be using PHP 5.2.8