Sorry if this isn't the exact spot to post this. Feel free to direct me to a better spot if there is one.
Basically i'm looking for help integrating an xml feed into my site so that i can keep track of certain statistics. I don't know almost anything about php so it's kinda impossible for me to write my own module. Any help would be appreciated.
I want to integrate this feed:
http://www.gamebattles.com/xbox360/call ... /stats.xml
So that i can put it into tables in order to look something like the tables here:
http://www.gamebattles.com/xbox360/call ... am-dynasty
Thank you all who contribute. I've gotten great advise here before in the post and i am hoping for it again.
EDIT: in the roster section of the xml file. it would be great if there were a way to integrate some of that data with peoples profiles inside community builder.
so far the only way i've seen of doing this is spending hundreds on a programmer to make the module. and i really can't do that.
XML parser for integrating external data
Moderators: tjay, seadap, Rogue4ngel, matthewhayashida
-
- Joomla! Fledgling
- Posts: 1
- Joined: Thu Feb 23, 2006 6:16 am
XML parser for integrating external data
Last edited by Radical Edward on Tue Dec 18, 2007 4:11 pm, edited 1 time in total.
- lightinthedark
- Joomla! Fledgling
- Posts: 2
- Joined: Tue Sep 19, 2006 9:12 am
- Location: Hampshire, UK
Re: XML parser for integrating external data
Hi,
I can only think that you'd need a custom module for this. There's good documentation around for learning php if you want to tackle it yourself (download an example module for Joomla, look at the docs for JSimpleXML, try and try and eventually succeed). Of course if you can't / don't want to learn php yourself, there are cheaper php developers in the world who might take on a job like this for less than you think, depending on your requirements. Heck, if they believe in open source development (as most folks on here do), you'd effectively be sponsoring a module that others will find useful too. That'd be a good contribution.
Sorry I can't help you figure this out any other way, but I'm just one poor, open-source-believing developer. Maybe others can help you find a non-module based solution,
I can only think that you'd need a custom module for this. There's good documentation around for learning php if you want to tackle it yourself (download an example module for Joomla, look at the docs for JSimpleXML, try and try and eventually succeed). Of course if you can't / don't want to learn php yourself, there are cheaper php developers in the world who might take on a job like this for less than you think, depending on your requirements. Heck, if they believe in open source development (as most folks on here do), you'd effectively be sponsoring a module that others will find useful too. That'd be a good contribution.
Sorry I can't help you figure this out any other way, but I'm just one poor, open-source-believing developer. Maybe others can help you find a non-module based solution,
Hello
:-Lightinthedark
:-Lightinthedark
- Rogue4ngel
- Joomla! Enthusiast
- Posts: 199
- Joined: Sun Nov 26, 2006 10:46 pm
- Location: New York
Re: XML parser for integrating external data
Probably. Nothing I know of for Joomla that has that kind of functionality.so far the only way i've seen of doing this is spending hundreds on a programmer to make the module.
If you're not a part of the solution, you're a part of the problem.