Joomla XML Feed?

Associate
Joined
18 May 2006
Posts
785
I've been asked to parse a XML feed within Joomla... but as a front end developer I'm not too sure how!

I know the requirements are that there is a feed from another website that has to be parsed server side (via php maybe) and then displayed on the current Joomla website.

No idea where to start.. I did a lot of reading but most of the stuff I read was from years ago and is out dated.

The overarching idea is that the feed is SEO friendly

Any advice appreciated
 
Associate
Joined
18 Sep 2003
Posts
903
I've never used Joomla, but I understand it has thousands of extensions available, so maybe there is one that already does most of what you want.

If not, you'll have to write something. Joomla is written in PHP, so that will be one option of what to write it in. You might want to have a look at the PHP documentation on SimpleXML.
 
Back
Top Bottom