XML and Wordpress - I Need someone Clever

3 replies jump to bottom
rorygold
11 Dimes to win 10
rorygold's picture
From: Jungles of Central America
Joined: 06/03/2009
User offline. Last seen 1 year 44 weeks ago.

Does anyone know an easy way to set up a page in wordpress that will display an external XML feed?

__________________________

Stay Gold Http://rorygold.com

Kirk
Kirk's picture
From: Elgin IL
Joined: 01/02/2003
User offline. Last seen 3 days 3 hours ago.

An XML feed or an RSS feed?

A random XML feed is much more difficult because you need a php script that you have to set up to know how to interpret the data. http://www.magicparser.com

If the XML file is an RSS feed it's easy because you can use a script that is entirely pre-written http://www.feedforall.com/free-php-script.htm

rorygold
11 Dimes to win 10
rorygold's picture
From: Jungles of Central America
Joined: 06/03/2009
User offline. Last seen 1 year 44 weeks ago.

It's an XML Feed of Data from an external source that I want to display on a yet to be created page of my site.

I'll check out magic parser.

Thanks

__________________________

Stay Gold Http://rorygold.com

Kirk
Kirk's picture
From: Elgin IL
Joined: 01/02/2003
User offline. Last seen 3 days 3 hours ago.

Yeah, in that case you need something like magic parser, so it knows how to interpret the data contained in the XML file and then display it as you want. Hope that helps some.